Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sentry #154

Merged
merged 5 commits into from Nov 2, 2022
Merged

Update sentry #154

merged 5 commits into from Nov 2, 2022

Conversation

HalcyonJAC
Copy link
Contributor

@HalcyonJAC HalcyonJAC commented Sep 6, 2022

What's included?

  1. Use sentry SDK @sentry/vue and @sentry/tracing.
  2. The information (e.g. environment, release version, error) will report to sentry.

Who should test?

✅ Developers

How to test?

  1. Add a button to the page that throws an error:

    // ...
    <button @click="throwError">Throw error</button>
    // ...
    
    export default {
      // ...
      methods: {
        throwError() {
          throw new Error('Sentry Error');
        }
      }
    };
  2. Log into sentry.io and view the recorded error.

Risk - how likely is this to impact other areas?

🟢 No risk - this is a self-contained piece of work

Additional context


PREVIEW:DEVELOP

Copy link
Member

@warrensearle warrensearle left a comment

Choose a reason for hiding this comment

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

👍

@HalcyonJAC HalcyonJAC merged commit 48478d9 into main Nov 2, 2022
@HalcyonJAC HalcyonJAC deleted the feature/update-sentry branch November 2, 2022 10:25
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.

None yet

4 participants