File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9999 "@sentry/core" : " 10.67.0"
100100 },
101101 "devDependencies" : {
102+ "@apm-js-collab/code-transformer" : " ^0.18.1" ,
102103 "@apm-js-collab/code-transformer-bundler-plugins" : " ^0.7.4" ,
103104 "@apm-js-collab/tracing-hooks" : " ^0.13.0" ,
104105 "@types/node" : " ^18.19.1" ,
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ function isTransformerTreeShaken(): boolean {
6464/**
6565 * Emit a single, always-on warning that runtime channel injection is disabled, with the actionable
6666 * fix. Unlike `debug.warn` (gated behind `debug: true`), this reaches every user — otherwise the
67- * SDK silently records no channel-based spans. Deduped via a global marker so repeat calls (e.g.
68- * `init()` plus `--import`) warn at most once.
67+ * SDK silently records no channel-based spans. Deduped via a a global marker (carrier.runtimeAvailable)
68+ * so repeat calls (e.g. `init()` plus `--import`) warn at most once.
6969 */
7070function warnRuntimeUnavailable ( message : string ) : void {
7171 consoleSandbox ( ( ) => {
You can’t perform that action at this time.
0 commit comments