Skip to content

Commit 887fc9f

Browse files
docs: Fix typo in migration docs (#10921)
1 parent 4b3c432 commit 887fc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIGRATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Sentry.init({
118118
tracesSampleRate: 1.0,
119119
});
120120

121-
// Before (v8)
121+
// After (v8)
122122
const Sentry = require('@sentry/node');
123123

124124
Sentry.init({

0 commit comments

Comments
 (0)