File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev-packages/rollup-utils/plugins Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export function makeSetSDKSourcePlugin(sdkSource) {
65
65
preventAssignment : false ,
66
66
delimiters : [ '' , '' ] ,
67
67
values : {
68
- '/* ref: __SENTRY_SDK_SOURCE__ */' : `return ${ JSON . stringify ( sdkSource ) } ;` ,
68
+ '/* __SENTRY_SDK_SOURCE__ */' : `return ${ JSON . stringify ( sdkSource ) } ;` ,
69
69
} ,
70
70
} ) ;
71
71
}
Original file line number Diff line number Diff line change @@ -31,5 +31,5 @@ export function isBrowserBundle(): boolean {
31
31
*/
32
32
export function getSDKSource ( ) : SdkSource {
33
33
// This comment is used to identify this line in the CDN bundle build step and replace this with "return 'cdn';"
34
- /* ref: __SENTRY_SDK_SOURCE__ */ return 'npm' ;
34
+ /* __SENTRY_SDK_SOURCE__ */ return 'npm' ;
35
35
}
You can’t perform that action at this time.
0 commit comments