-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Sentry Saas (sentry.io)
Which SDK are you using?
@sentry/react-router
SDK Version
10.4.0
Framework Version
React Router v7.8
Link to Sentry event
No response
Reproduction Example/SDK Setup
In vite.config.ts
, applicationKey has been used for thirdPartyErrorFilterIntegration
, but it's missing now.
const sentryConfig: SentryReactRouterBuildOptions = {
authToken: process.env.SENTRY_AUTH_TOKEN,
applicationKey: 'some-key', // for thirdPartyErrorFilterIntegration
}
export default defineConfig((config) => {
return {
plugins: [
reactRouter(),
tsconfigPaths(),
sentryReactRouter(sentryConfig, config),
],
}
})
Object literal may only specify known properties, and 'applicationKey' does not exist
in type 'SentryReactRouterBuildOptions'.ts(2353)
Steps to Reproduce
Put the code above
Expected Result
Config should take applicationKey
Actual Result
Config does not accept applicationKey
Metadata
Metadata
Assignees
Type
Projects
Status
No status