Skip to content

Commit 2a67950

Browse files
author
Steven Weingärtner
committed
chore: Update to Sentry 8
BREAKING CHANGE: New major version of sentry
1 parent 9f8be97 commit 2a67950

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/node-logger-plugin-sentry/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"author": "Brainbits <moriarty@brainbits.net>",
6161
"license": "MIT",
6262
"dependencies": {
63-
"@sentry/node": "^7.60.1"
63+
"@sentry/node": "^8.2.1"
6464
},
6565
"devDependencies": {
6666
"@babel/cli": "^7.16.0",

packages/node-logger-plugin-sentry/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class PluginSentry {
4343
maxBreadcrumbs: this.config.sentry.maxBreadcrumbs,
4444
integrations(integrations) {
4545
return integrations
46-
.filter(integration => !(integration instanceof Sentry.Integrations.Console));
46+
.filter(integration => integration.name !== 'Console');
4747
},
4848
});
4949
}

0 commit comments

Comments
 (0)