Closed
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
7.14.0
Framework Version
@sentry/node@7.14.0
Link to Sentry event
RangeError: Invalid time value
?, in Date.toISOString
File "C:\home\site\wwwroot\node_modules\@sentry\node\cjs\integrations\context.js", line 177, col 64, in getDeviceContext
File "C:\home\site\wwwroot\node_modules\@sentry\node\cjs\integrations\context.js", line 95, col 25, in Context._getContexts
File "C:\home\site\wwwroot\node_modules\@sentry\node\cjs\integrations\context.js", line 51, col 46, in Context.addContext
Steps to Reproduce
- prerequisites: node v16.15.1, azure function js runtime 4.x (supports node 14.x - 16.x)
- setup Azure functions (with typescript)
- cause error/exception
Expected Result
exception to be submitted
Actual Result
event id is being generated but the exception is not being submitted
might be related to the pr from #5512