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 aead4d1 commit 4432f89Copy full SHA for 4432f89
packages/browser/src/helpers.ts
@@ -75,8 +75,8 @@ export function wrap(
75
try {
76
// Attempt to invoke user-land function
77
// NOTE: If you are a Sentry user, and you are seeing this stack frame, it
78
- // means Raven caught an error invoking your application code. This is
79
- // expected behavior and NOT indicative of a bug with Raven.js.
+ // means the sentry.javascript SDK caught an error invoking your application code. This
+ // is expected behavior and NOT indicative of a bug with sentry.javascript.
80
const wrappedArguments = args.map((arg: any) => wrap(arg, options));
81
82
if (fn.handleEvent) {
0 commit comments