@theholocron/holocron-plugin-sentry 3.27.0 → 3.28.1

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.
Files changed (2) hide show
  1. package/dist/index.d.mts +2 -0
  2. package/package.json +5 -5
package/dist/index.d.mts CHANGED
@@ -50,6 +50,8 @@ declare function verifyToken(token: string, opts?: VerifyTokenOptions): Promise<
50
50
  //#endregion
51
51
  //#region src/index.d.ts
52
52
  interface SentryPluginOptions extends ResolveTokenInput, SentryObservabilityOptions {
53
+ /** Sentry organization slug. Required. Narrows ResolveTokenInput.org (optional) to string. */
54
+ org: string;
53
55
  /** Override base URL for tests. */
54
56
  baseUrl?: string;
55
57
  fetch?: typeof fetch;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theholocron/holocron-plugin-sentry",
3
- "version": "3.27.0",
3
+ "version": "3.28.1",
4
4
  "description": "Holocron plugin for Sentry. Implements the observability capability against Sentry's management API — project provisioning and DSN retrieval.",
5
5
  "homepage": "https://github.com/theholocron/holocron/tree/main/packages/holocron-plugin-sentry#readme",
6
6
  "bugs": "https://github.com/theholocron/holocron/issues",
@@ -21,8 +21,8 @@
21
21
  }
22
22
  },
23
23
  "peerDependencies": {
24
- "@theholocron/sentry-client": "^1.7.1",
25
- "@theholocron/cli": "3.27.0"
24
+ "@theholocron/sentry-client": "^1.9.0",
25
+ "@theholocron/cli": "3.28.1"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@theholocron/sentry-client": {
@@ -30,7 +30,7 @@
30
30
  }
31
31
  },
32
32
  "devDependencies": {
33
- "@theholocron/sentry-client": "^1.7.1",
33
+ "@theholocron/sentry-client": "^1.9.0",
34
34
  "@theholocron/eslint-config": "^7.19.1",
35
35
  "@theholocron/tsconfig": "^7.19.1",
36
36
  "@theholocron/tsdown-config": "^7.19.1",
@@ -46,7 +46,7 @@
46
46
  "tsx": "4.22.4",
47
47
  "typescript": "^5.9.3",
48
48
  "vitest": "^4.1.10",
49
- "@theholocron/cli": "3.27.0"
49
+ "@theholocron/cli": "3.28.1"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"