@sentry/browser 10.48.0 → 10.49.0

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.
Files changed (62) hide show
  1. package/build/npm/cjs/dev/index.js +3 -0
  2. package/build/npm/cjs/dev/index.js.map +1 -1
  3. package/build/npm/cjs/dev/integrations/spanstreaming.js +1 -1
  4. package/build/npm/cjs/dev/integrations/spanstreaming.js.map +1 -1
  5. package/build/npm/cjs/dev/integrations/view-hierarchy.js +101 -0
  6. package/build/npm/cjs/dev/integrations/view-hierarchy.js.map +1 -0
  7. package/build/npm/cjs/dev/tracing/browserTracingIntegration.js +18 -7
  8. package/build/npm/cjs/dev/tracing/browserTracingIntegration.js.map +1 -1
  9. package/build/npm/cjs/prod/index.js +3 -0
  10. package/build/npm/cjs/prod/index.js.map +1 -1
  11. package/build/npm/cjs/prod/integrations/spanstreaming.js +1 -1
  12. package/build/npm/cjs/prod/integrations/spanstreaming.js.map +1 -1
  13. package/build/npm/cjs/prod/integrations/view-hierarchy.js +101 -0
  14. package/build/npm/cjs/prod/integrations/view-hierarchy.js.map +1 -0
  15. package/build/npm/cjs/prod/tracing/browserTracingIntegration.js +18 -7
  16. package/build/npm/cjs/prod/tracing/browserTracingIntegration.js.map +1 -1
  17. package/build/npm/esm/dev/index.js +2 -1
  18. package/build/npm/esm/dev/index.js.map +1 -1
  19. package/build/npm/esm/dev/integrations/spanstreaming.js +1 -1
  20. package/build/npm/esm/dev/integrations/spanstreaming.js.map +1 -1
  21. package/build/npm/esm/dev/integrations/view-hierarchy.js +99 -0
  22. package/build/npm/esm/dev/integrations/view-hierarchy.js.map +1 -0
  23. package/build/npm/esm/dev/package.json +1 -1
  24. package/build/npm/esm/dev/tracing/browserTracingIntegration.js +20 -10
  25. package/build/npm/esm/dev/tracing/browserTracingIntegration.js.map +1 -1
  26. package/build/npm/esm/prod/index.js +2 -1
  27. package/build/npm/esm/prod/index.js.map +1 -1
  28. package/build/npm/esm/prod/integrations/spanstreaming.js +1 -1
  29. package/build/npm/esm/prod/integrations/spanstreaming.js.map +1 -1
  30. package/build/npm/esm/prod/integrations/view-hierarchy.js +99 -0
  31. package/build/npm/esm/prod/integrations/view-hierarchy.js.map +1 -0
  32. package/build/npm/esm/prod/package.json +1 -1
  33. package/build/npm/esm/prod/tracing/browserTracingIntegration.js +20 -10
  34. package/build/npm/esm/prod/tracing/browserTracingIntegration.js.map +1 -1
  35. package/build/npm/types/index.bundle.tracing.d.ts +1 -1
  36. package/build/npm/types/index.bundle.tracing.d.ts.map +1 -1
  37. package/build/npm/types/index.bundle.tracing.logs.metrics.d.ts +1 -1
  38. package/build/npm/types/index.bundle.tracing.logs.metrics.d.ts.map +1 -1
  39. package/build/npm/types/index.bundle.tracing.replay.d.ts +1 -1
  40. package/build/npm/types/index.bundle.tracing.replay.d.ts.map +1 -1
  41. package/build/npm/types/index.bundle.tracing.replay.feedback.d.ts +1 -1
  42. package/build/npm/types/index.bundle.tracing.replay.feedback.d.ts.map +1 -1
  43. package/build/npm/types/index.bundle.tracing.replay.feedback.logs.metrics.d.ts +1 -1
  44. package/build/npm/types/index.bundle.tracing.replay.feedback.logs.metrics.d.ts.map +1 -1
  45. package/build/npm/types/index.bundle.tracing.replay.logs.metrics.d.ts +1 -1
  46. package/build/npm/types/index.bundle.tracing.replay.logs.metrics.d.ts.map +1 -1
  47. package/build/npm/types/index.d.ts +2 -1
  48. package/build/npm/types/index.d.ts.map +1 -1
  49. package/build/npm/types/integrations/view-hierarchy.d.ts +49 -0
  50. package/build/npm/types/integrations/view-hierarchy.d.ts.map +1 -0
  51. package/build/npm/types/tracing/browserTracingIntegration.d.ts +1 -0
  52. package/build/npm/types/tracing/browserTracingIntegration.d.ts.map +1 -1
  53. package/build/npm/types-ts3.8/index.bundle.tracing.d.ts +1 -1
  54. package/build/npm/types-ts3.8/index.bundle.tracing.logs.metrics.d.ts +1 -1
  55. package/build/npm/types-ts3.8/index.bundle.tracing.replay.d.ts +1 -1
  56. package/build/npm/types-ts3.8/index.bundle.tracing.replay.feedback.d.ts +1 -1
  57. package/build/npm/types-ts3.8/index.bundle.tracing.replay.feedback.logs.metrics.d.ts +1 -1
  58. package/build/npm/types-ts3.8/index.bundle.tracing.replay.logs.metrics.d.ts +1 -1
  59. package/build/npm/types-ts3.8/index.d.ts +2 -1
  60. package/build/npm/types-ts3.8/integrations/view-hierarchy.d.ts +49 -0
  61. package/build/npm/types-ts3.8/tracing/browserTracingIntegration.d.ts +1 -0
  62. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/browser",
3
- "version": "10.48.0",
3
+ "version": "10.49.0",
4
4
  "description": "Official Sentry SDK for browsers",
5
5
  "repository": "git://github.com/getsentry/sentry-javascript.git",
6
6
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/browser",
@@ -44,14 +44,14 @@
44
44
  "access": "public"
45
45
  },
46
46
  "dependencies": {
47
- "@sentry-internal/browser-utils": "10.48.0",
48
- "@sentry-internal/feedback": "10.48.0",
49
- "@sentry-internal/replay": "10.48.0",
50
- "@sentry-internal/replay-canvas": "10.48.0",
51
- "@sentry/core": "10.48.0"
47
+ "@sentry-internal/browser-utils": "10.49.0",
48
+ "@sentry-internal/feedback": "10.49.0",
49
+ "@sentry-internal/replay": "10.49.0",
50
+ "@sentry-internal/replay-canvas": "10.49.0",
51
+ "@sentry/core": "10.49.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@sentry-internal/integration-shims": "10.48.0",
54
+ "@sentry-internal/integration-shims": "10.49.0",
55
55
  "fake-indexeddb": "^6.2.4"
56
56
  },
57
57
  "scripts": {