@sentry/junior-dashboard 0.197.0 → 0.198.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/app.js CHANGED
@@ -1358,7 +1358,7 @@ function failedConversation(nowMs) {
1358
1358
  failureCode: "model_execution_failed",
1359
1359
  failureReason: "network",
1360
1360
  eventId: "0123456789abcdef0123456789abcdef",
1361
- sentryEventUrl: "https://sentry.example/organizations/acme/events/0123456789abcdef0123456789abcdef/?project=1"
1361
+ sentryEventUrl: "https://sentry.example/organizations/acme/issues/?project=1&query=0123456789abcdef0123456789abcdef"
1362
1362
  })
1363
1363
  ]
1364
1364
  });
package/dist/index.js CHANGED
@@ -1358,7 +1358,7 @@ function failedConversation(nowMs) {
1358
1358
  failureCode: "model_execution_failed",
1359
1359
  failureReason: "network",
1360
1360
  eventId: "0123456789abcdef0123456789abcdef",
1361
- sentryEventUrl: "https://sentry.example/organizations/acme/events/0123456789abcdef0123456789abcdef/?project=1"
1361
+ sentryEventUrl: "https://sentry.example/organizations/acme/issues/?project=1&query=0123456789abcdef0123456789abcdef"
1362
1362
  })
1363
1363
  ]
1364
1364
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-dashboard",
3
- "version": "0.197.0",
3
+ "version": "0.198.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -34,8 +34,8 @@
34
34
  "react-router": "^7.18.2",
35
35
  "shiki": "4.1.0",
36
36
  "zod": "^4.5.4",
37
- "@sentry/junior": "0.197.0",
38
- "@sentry/junior-plugin-api": "0.197.0"
37
+ "@sentry/junior": "0.198.0",
38
+ "@sentry/junior-plugin-api": "0.198.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@oxlint/plugins": "1.79.0",
@@ -1196,7 +1196,7 @@ function failedConversation(nowMs: number): ConversationDetailReport {
1196
1196
  failureReason: "network",
1197
1197
  eventId: "0123456789abcdef0123456789abcdef",
1198
1198
  sentryEventUrl:
1199
- "https://sentry.example/organizations/acme/events/0123456789abcdef0123456789abcdef/?project=1",
1199
+ "https://sentry.example/organizations/acme/issues/?project=1&query=0123456789abcdef0123456789abcdef",
1200
1200
  }),
1201
1201
  ],
1202
1202
  });