Skip to content

Commit 4432f89

Browse files
lobsterkatiekamilogorek
authored andcommitted
misc: Update helpers.ts comment (#2093)
1 parent aead4d1 commit 4432f89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/browser/src/helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ export function wrap(
7575
try {
7676
// Attempt to invoke user-land function
7777
// 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.
78+
// means the sentry.javascript SDK caught an error invoking your application code. This
79+
// is expected behavior and NOT indicative of a bug with sentry.javascript.
8080
const wrappedArguments = args.map((arg: any) => wrap(arg, options));
8181

8282
if (fn.handleEvent) {

0 commit comments

Comments
 (0)