@sentry/junior-dashboard 0.72.0 → 0.73.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/index.js CHANGED
@@ -2105,6 +2105,7 @@ function juniorDashboardPlugin(options = {}) {
2105
2105
  name: "dashboard",
2106
2106
  manifest: {
2107
2107
  name: "dashboard",
2108
+ displayName: "Dashboard",
2108
2109
  description: "Junior dashboard routes and Slack footer links"
2109
2110
  },
2110
2111
  hooks: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-dashboard",
3
- "version": "0.72.0",
3
+ "version": "0.73.0",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,8 +40,8 @@
40
40
  "react-router": "^7.16.0",
41
41
  "recharts": "^3.8.1",
42
42
  "shiki": "4.1.0",
43
- "@sentry/junior": "0.72.0",
44
- "@sentry/junior-plugin-api": "0.72.0"
43
+ "@sentry/junior": "0.73.0",
44
+ "@sentry/junior-plugin-api": "0.73.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@tailwindcss/cli": "^4.3.0",
package/src/index.ts CHANGED
@@ -59,6 +59,7 @@ export function juniorDashboardPlugin(
59
59
  name: "dashboard",
60
60
  manifest: {
61
61
  name: "dashboard",
62
+ displayName: "Dashboard",
62
63
  description: "Junior dashboard routes and Slack footer links",
63
64
  },
64
65
  hooks: {