question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Change default integration settings?

See original GitHub issue

I’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:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
rchlcommented, Dec 10, 2020

Thanks for investigating it. I’ve prepared a fix in #257. Haven’t actually checked this use case but it should work.

0reactions
rmarmittcommented, Jan 19, 2022

Actually, I tried to disable eventTarget but seems not working. I saw this issue in #getsentry/sentry-javascript#2957 and tried to apply these settings, but without success. Needs further investigation

@rmarmitt I can confirm at least for getsentry/sentry-javascript#2957 this does in fact work. If it isn’t for you, it’s likely a different issue.

sentry: {
    clientIntegrations: {
        // https://github.com/getsentry/sentry-javascript/issues/2957
        TryCatch: { eventTarget: false },
    },
}

@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 if eventTarget 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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found