@sentry/react-router 10.25.0 → 10.27.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.
@@ -1 +1 @@
1
- {"type":"module","version":"10.25.0"}
1
+ {"type":"module","version":"10.27.0"}
@@ -1,6 +1,15 @@
1
1
  export * from '@sentry/browser';
2
2
  export { init } from './sdk';
3
3
  export { reactRouterTracingIntegration } from './tracingIntegration';
4
- export { captureReactException, reactErrorHandler, Profiler, withProfiler, useProfiler, ErrorBoundary, withErrorBoundary, } from '@sentry/react';
4
+ export { captureReactException, reactErrorHandler, Profiler, withProfiler, useProfiler } from '@sentry/react';
5
+ /**
6
+ * @deprecated ErrorBoundary is deprecated, use React Router's error boundary instead.
7
+ * See https://docs.sentry.io/platforms/javascript/guides/react-router/#report-errors-from-error-boundaries
8
+ */
9
+ export { ErrorBoundary, withErrorBoundary } from '@sentry/react';
10
+ /**
11
+ * @deprecated ErrorBoundaryProps and FallbackRender are deprecated, use React Router's error boundary instead.
12
+ * See https://docs.sentry.io/platforms/javascript/guides/react-router/#report-errors-from-error-boundaries
13
+ */
5
14
  export type { ErrorBoundaryProps, FallbackRender } from '@sentry/react';
6
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAC7B,OAAO,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AAErE,OAAO,EACL,qBAAqB,EACrB,iBAAiB,EACjB,QAAQ,EACR,YAAY,EACZ,WAAW,EACX,aAAa,EACb,iBAAiB,GAClB,MAAM,eAAe,CAAC;AACvB,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/client/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC;AAEhC,OAAO,EAAE,IAAI,EAAE,MAAM,OAAO,CAAC;AAC7B,OAAO,EAAE,6BAA6B,EAAE,MAAM,sBAAsB,CAAC;AAErE,OAAO,EAAE,qBAAqB,EAAE,iBAAiB,EAAE,QAAQ,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAE9G;;;GAGG;AACH,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAC;AAEjE;;;GAGG;AACH,YAAY,EAAE,kBAAkB,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/react-router",
3
- "version": "10.25.0",
3
+ "version": "10.27.0",
4
4
  "description": "Official Sentry SDK for React Router (Framework)",
5
5
  "repository": "git://github.com/getsentry/sentry-javascript.git",
6
6
  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/react-router",
@@ -46,16 +46,16 @@
46
46
  },
47
47
  "dependencies": {
48
48
  "@opentelemetry/api": "^1.9.0",
49
- "@opentelemetry/core": "^2.1.0",
50
- "@opentelemetry/instrumentation": "^0.204.0",
49
+ "@opentelemetry/core": "^2.2.0",
50
+ "@opentelemetry/instrumentation": "^0.208.0",
51
51
  "@opentelemetry/semantic-conventions": "^1.37.0",
52
- "@sentry/browser": "10.25.0",
53
- "@sentry/cli": "^2.56.0",
54
- "@sentry/core": "10.25.0",
55
- "@sentry/node": "10.25.0",
56
- "@sentry/react": "10.25.0",
52
+ "@sentry/browser": "10.27.0",
53
+ "@sentry/cli": "^2.58.2",
54
+ "@sentry/core": "10.27.0",
55
+ "@sentry/node": "10.27.0",
56
+ "@sentry/react": "10.27.0",
57
57
  "@sentry/vite-plugin": "^4.1.0",
58
- "glob": "11.0.1"
58
+ "glob": "11.1.0"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@react-router/dev": "^7.5.2",