File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1111 " io.sentry:Sentry*" ,
1212 " io.sentry:Breadcrumb*" ,
1313 " io.sentry:SentryLevel*" ,
14+ " io.sentry:SentryBaseEvent*" ,
1415 " io.sentry:SentryEvent*" ,
1516 " io.sentry:SentryOptions*" ,
1617 " io.sentry:UserFeedback*" ,
2122 " io.sentry.protocol:SentryStackFrame*" ,
2223 " io.sentry.protocol:SentryException*" ,
2324 " io.sentry.protocol:SdkVersion*" ,
25+ " io.sentry.protocol:SentryPackage*" ,
2426 " io.sentry.protocol:SentryId*" ,
2527 " io.sentry.protocol:Message*" ,
2628 " io.sentry:ILogger*" ,
Original file line number Diff line number Diff line change @@ -700,7 +700,7 @@ export namespace NATIVE {
700700
701701 function setEventOriginTag ( event : io . sentry . SentryEvent ) {
702702 const sdk = event . getSdk ( ) ;
703- if ( sdk != null ) {
703+ if ( sdk ) {
704704 switch ( sdk . getName ( ) ) {
705705 // If the event is from capacitor js, it gets set there and we do not handle it
706706 // here.
You can’t perform that action at this time.
0 commit comments