-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed as not planned
Closed as not planned
Copy link
Labels
Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/vue
SDK Version
7.106.0
Framework Version
vue@2.7.16
Link to Sentry event
https://test-sentry.scxljs.cn/organizations/sentry/issues/547/?project=2&referrer=webhooks_plugin
SDK Setup
Sentry.init({
Vue,
dsn: "...dsn...",
release: process.env.VUE_APP_RELEASE, // 和 vue.config 中的保持一致
environment: process.env.VUE_APP_CURRENTENV,
})
Steps to Reproduce
The Alert Rules configured for https.status_code did not take effect, and a message was still received when the interface reported an error 400.
Expected Result
After configuring the Alert Rules for https.status_code, it should now take effect and trigger an alert when the status code is 400.
Actual Result
After configuring the Alert Rules for https.status_code to exclude error 400, Sentry is still sending me notification alerts.
Metadata
Metadata
Assignees
Labels
Projects
Status
Waiting for: Community


