-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
feat(node-core,node,bun): Export processSessionIntegration from node-core and add it to bun #18852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
0acb743
dfe2e41
016130d
62979e6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,7 @@ import { | |
| nodeContextIntegration, | ||
| onUncaughtExceptionIntegration, | ||
| onUnhandledRejectionIntegration, | ||
| processSessionIntegration, | ||
| } from '@sentry/node'; | ||
| import { bunServerIntegration } from './integrations/bunserver'; | ||
| import { makeFetchTransport } from './transports'; | ||
|
|
@@ -47,6 +48,7 @@ export function getDefaultIntegrations(_options: Options): Integration[] { | |
| contextLinesIntegration(), | ||
| nodeContextIntegration(), | ||
| modulesIntegration(), | ||
| processSessionIntegration(), | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing tests for new Bun integration featureLow Severity · Bugbot Rules This is a There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: The Suggested FixConditionally exclude Prompt for AI AgentDid we get this right? 👍 / 👎 to inform future reviews. |
||
| // Bun Specific | ||
| bunServerIntegration(), | ||
| ...(hasSpansEnabled(_options) ? getAutoPerformanceIntegrations() : []), | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.