mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 05:43:51 +02:00
add sentry feedback integration
This commit is contained in:
@@ -77,6 +77,14 @@ export async function initSentry(app) {
|
||||
tracingOptions: {
|
||||
trackComponents: true
|
||||
}
|
||||
}),
|
||||
Sentry.feedbackIntegration({
|
||||
showBranding: false,
|
||||
autoInject: false,
|
||||
enableScreenshot: false,
|
||||
buttonLabel: 'Feedback',
|
||||
submitButtonLabel: 'Send Feedback',
|
||||
formTitle: 'Send Feedback'
|
||||
})
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user