@echoteam/signoz-react 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -15616,11 +15616,13 @@ function initializeSignOzTracing(config) {
15616
15616
  registerInstrumentations({
15617
15617
  instrumentations: [
15618
15618
  getWebAutoInstrumentations({
15619
+ // Nonaktifkan XMLHttpRequest auto-instrumentation (kita pakai custom logging)
15619
15620
  '@opentelemetry/instrumentation-xml-http-request': {
15620
- propagateTraceHeaderCorsUrls: effectiveConfig.allowedOrigins,
15621
+ enabled: false,
15621
15622
  },
15623
+ // Nonaktifkan Fetch auto-instrumentation (kita pakai custom logging)
15622
15624
  '@opentelemetry/instrumentation-fetch': {
15623
- propagateTraceHeaderCorsUrls: effectiveConfig.allowedOrigins,
15625
+ enabled: false,
15624
15626
  },
15625
15627
  // Nonaktifkan user interaction instrumentation (click events)
15626
15628
  '@opentelemetry/instrumentation-user-interaction': {