Skip to content

Extended default replay config#30

Open
indykoning wants to merge 1 commit into
masterfrom
feature/extended-replay-config
Open

Extended default replay config#30
indykoning wants to merge 1 commit into
masterfrom
feature/extended-replay-config

Conversation

@indykoning

Copy link
Copy Markdown
Member

This change allows the sentry replay config to be updated and changed using env variables

'moduleMetadata' => env('VITE_SENTRY_VUE_INTEGRATION_MODULE_METADATA', false),
'replayCanvas' => env('VITE_SENTRY_VUE_INTEGRATION_REPLAY_CANVAS', false),
'replay' => env('VITE_SENTRY_VUE_INTEGRATION_REPLAY', false),
'replay' => env('SENTRY_VUE_INTEGRATION_REPLAY', false) ? [

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not need the VITE_ prefix on these?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants