refactor(core-shared): rename bindSentryInstrumentation → bindOtelInstrumentation

git mv bind-sentry-instrumentation → bind-otel-instrumentation; function
renamed; new impl calls initOtelServerNode and binds OtelTracer (SentryLogger
kept for Phase 3). Barrel re-exports both new name and deprecated alias
bindSentryInstrumentation for one release. ESLint allowlist updated to the
new filename. init-server-node opts gains release? field.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-11 11:42:07 +02:00
parent b61e9d2091
commit 53bfe727b4
7 changed files with 111 additions and 87 deletions

View File

@@ -92,8 +92,8 @@ export default [
"**/instrumentation/sentry/**",
"**/instrumentation/otel/sentry-bridge.{ts,js}",
"**/instrumentation/otel/sentry-bridge.test.{ts,js}",
"**/instrumentation/di/bind-sentry-instrumentation.{ts,js}",
"**/instrumentation/di/bind-sentry-instrumentation.test.{ts,js}",
"**/instrumentation/di/bind-otel-instrumentation.{ts,js}",
"**/instrumentation/di/bind-otel-instrumentation.test.{ts,js}",
"**/setup/no-sentry.{ts,js}",
"**/setup/no-sentry.test.{ts,js}",
"**/instrumentation.{ts,js,mjs}",