@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 +4 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15636,11 +15636,13 @@ function initializeSignOzTracing(config) {
|
|
|
15636
15636
|
registerInstrumentations({
|
|
15637
15637
|
instrumentations: [
|
|
15638
15638
|
getWebAutoInstrumentations({
|
|
15639
|
+
// Nonaktifkan XMLHttpRequest auto-instrumentation (kita pakai custom logging)
|
|
15639
15640
|
'@opentelemetry/instrumentation-xml-http-request': {
|
|
15640
|
-
|
|
15641
|
+
enabled: false,
|
|
15641
15642
|
},
|
|
15643
|
+
// Nonaktifkan Fetch auto-instrumentation (kita pakai custom logging)
|
|
15642
15644
|
'@opentelemetry/instrumentation-fetch': {
|
|
15643
|
-
|
|
15645
|
+
enabled: false,
|
|
15644
15646
|
},
|
|
15645
15647
|
// Nonaktifkan user interaction instrumentation (click events)
|
|
15646
15648
|
'@opentelemetry/instrumentation-user-interaction': {
|