You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * @inheritDoc */// eslint-disable-next-line @typescript-eslint/no-explicit-any, @typescript-eslint/explicit-module-boundary-typescaptureException(exception,hint,scope){// ensure we haven't captured this very object beforeif(utils.checkOrSetAlreadyCaught(exception)){(typeof__SENTRY_DEBUG__==='undefined'||__SENTRY_DEBUG__)&&utils.logger.log(ALREADY_SEEN_ERROR);return;}leteventId;this._process(this.eventFromException(exception,hint).then(event=>this._captureEvent(event,hint,scope)).then(result=>{eventId=result;<=====itrunssecondafterfunctionexits.}),);returneventId;<=====Itrunsfirst.Andthisvalueisusedinhub.jscaptureException}
Expected Result
Event ID
Actual Result
Undefined which is mapped to 000000...
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
How do you use Sentry?
Sentry Saas (sentry.io)
Which package are you using?
@sentry/node
SDK Version
7.23.0
Framework Version
v18.9.0
Link to Sentry event
No response
Steps to Reproduce
Sentry.captureException
00000000....
)The problem is with baseclient.js:96
Expected Result
Event ID
Actual Result
Undefined which is mapped to 000000...
The text was updated successfully, but these errors were encountered: