We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d409dc6 commit bc52769Copy full SHA for bc52769
packages/utils/src/instrument.ts
@@ -169,6 +169,9 @@ function instrumentFetch(): void {
169
endTimestamp: Date.now(),
170
error,
171
});
172
+ // NOTE: If you are a Sentry user, and you are seeing this stack frame,
173
+ // it means the sentry.javascript SDK caught an error invoking your application code.
174
+ // This is expected behavior and NOT indicative of a bug with sentry.javascript.
175
throw error;
176
},
177
);
0 commit comments