Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.8k
feat(node)!: Remove import-in-the-middle ESM loader and deprecated instrumentation base#22755
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
Uh oh!
There was an error while loading. Please reload this page.
Changes from all commits
0a383ef32891c469e6124a8440965dc1cacc10c78cce100e2c0304934ed3550File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -44,7 +44,6 @@ import { getEntryPointType } from '../utils/entry-point'; | ||
| import { getSpotlightConfig } from '../utils/spotlight'; | ||
| import { defaultStackParser, getSentryRelease } from './api'; | ||
| import { NodeClient } from './client'; | ||
| import { initializeEsmLoader } from './esmLoader'; | ||
| import { initOpenTelemetry } from './initOtel'; | ||
| /** | ||
| @@ -176,10 +175,6 @@ function _init( | ||
| const clientOptions = getClientOptions({ ...options, defaultIntegrations }, getDefaultIntegrationsImpl); | ||
| if (clientOptions.registerEsmLoaderHooks !== false) { | ||
andreiborza marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| initializeEsmLoader(); | ||
| } | ||
| setOpenTelemetryContextAsyncContextStrategy(clientOptions); | ||
| const scope = getCurrentScope(); | ||
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.