Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/cloudflare/src/baseSdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { defaultStackParser } from './vendor/stacktrace';
* The marker is read directly instead of importing the factories, so a worker
* built without the plugin — where the channels never fire — ships none of this
* code.
* TODO(v11): Use `@sentry/server-utils/orchestrion` once we move to `nodejs_compat` by default.
*/
function getRegisteredChannelIntegrations(): Integration[] {
const registered = GLOBAL_OBJ.__SENTRY_ORCHESTRION__?.integrations;
Expand Down
Loading