-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Labels
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/browser
SDK Version
7.92.0
Framework Version
vue 7.92.0
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
This documentation https://docs.sentry.io/platforms/javascript/guides/vue/session-replay/ is wrong.
Copy pasting it results in an error with typescript not finding replayIntegration on the Sentry type.
integrations: [
Sentry.replayIntegration({
// Additional SDK configuration goes in here, for example:
maskAllText: true,
blockAllMedia: true,
}),
],
This code results in Uncaught TypeError: Sentry.replayIntegration is not a function
Expected Result
The docs work
Actual Result
integrations: [
Sentry.replayIntegration({
// Additional SDK configuration goes in here, for example:
maskAllText: true,
blockAllMedia: true,
}),
],
This code results in Uncaught TypeError: Sentry.replayIntegration is not a function
Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Community