Change default integration settings?
See original GitHub issueI’ve run into this issue when using Vue and the Bootstrap-vue auto scroll plugin. https://github.com/getsentry/sentry-javascript/issues/2957
Their temporary solution seems to work when not using this module but when using it I can not seem to modify the tryCatch
settings. I would have assumed the following would work but it does not.
clientIntegrations: {
TryCatch: { eventTarget: false },
},
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Project integration management - GitLab Documentation
Navigate to Project > Settings > Integrations. · Choose the integration you want to enable or update. · From the dropdown list, select...
Read more >Configuring a default application for an integration server - IBM
You can configure a default application for an integration server by setting the application name in the integration server's server. conf. ...
Read more >Project integration management · Settings · Admin area · User
Navigate to Project > Settings > Integrations. · Choose the integration you want to enable or update. · From the dropdown list, select...
Read more >Manage your Salesforce integration settings - Knowledge Base
Click the HubSpot > Salesforce tab to configure the settings for when information is passed from Hubspot to Salesforce. HubSpot > Salesforce.
Read more >Default Settings for the JustGiving Integration - Blackbaud
Under Control Panel, Settings, select JustGiving Integration and set up defaults for new gift records and new constituents from JustGiving. Choose from your ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for investigating it. I’ve prepared a fix in #257. Haven’t actually checked this use case but it should work.
@RyanMulready well, yours application is hanging due a “navigation guard” error in Vue-Router? Have this solution worked for you?
When I have added a .
catch()
to a$router.replace
(actually in this point our app crashes), no matters ifeventTarget
is flagged or not, the Sentry stops from freezing page. But that’s just one point, there may be others in our code that throws an “navigation guard” error and maybe freeze entire application.Thanks for your time