@keystrokehq/sentry 0.0.6-rename-t1.0 → 0.0.7

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/README.md CHANGED
@@ -47,7 +47,7 @@ import type { SentryIntegrationCredentials } from '@keystrokehq/sentry/connectio
47
47
 
48
48
  Platform operators supply the Sentry app credentials (`client_id`,
49
49
  `client_secret`, `webhook_secret`) through the environment keys
50
- `KEYSTROKE_PLATFORM_SENTRY_CLIENT_ID`, `_CLIENT_SECRET`, and `_WEBHOOK_SECRET`.
50
+ `KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID`, `_CLIENT_SECRET`, and `_WEBHOOK_SECRET`.
51
51
  These are internal — they never reach authored workflow code.
52
52
 
53
53
  ### OAuth scope matrix
@@ -30,12 +30,12 @@ declare const sentryOfficialProviderSeed: {
30
30
  readonly displayName: "Sentry Platform";
31
31
  readonly credentialSetName: "Keystroke Sentry Platform App";
32
32
  readonly envShape: {
33
- readonly KEYSTROKE_PLATFORM_SENTRY_CLIENT_ID: z.ZodOptional<z.ZodString>;
34
- readonly KEYSTROKE_PLATFORM_SENTRY_CLIENT_SECRET: z.ZodOptional<z.ZodString>;
35
- readonly KEYSTROKE_PLATFORM_SENTRY_WEBHOOK_SECRET: z.ZodOptional<z.ZodString>;
33
+ readonly KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID: z.ZodOptional<z.ZodString>;
34
+ readonly KEYSTROKE_OFFICIAL_SENTRY_CLIENT_SECRET: z.ZodOptional<z.ZodString>;
35
+ readonly KEYSTROKE_OFFICIAL_SENTRY_WEBHOOK_SECRET: z.ZodOptional<z.ZodString>;
36
36
  };
37
- readonly requiredEnvKeys: readonly ["KEYSTROKE_PLATFORM_SENTRY_CLIENT_ID", "KEYSTROKE_PLATFORM_SENTRY_CLIENT_SECRET", "KEYSTROKE_PLATFORM_SENTRY_WEBHOOK_SECRET"];
38
- readonly externalAppIdEnvKey: "KEYSTROKE_PLATFORM_SENTRY_CLIENT_ID";
37
+ readonly requiredEnvKeys: readonly ["KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID", "KEYSTROKE_OFFICIAL_SENTRY_CLIENT_SECRET", "KEYSTROKE_OFFICIAL_SENTRY_WEBHOOK_SECRET"];
38
+ readonly externalAppIdEnvKey: "KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID";
39
39
  readonly buildCredentials: (env: Record<string, string | undefined>) => {
40
40
  clientId: string | undefined;
41
41
  clientSecret: string | undefined;
@@ -1,3 +1,3 @@
1
- import { a as sentryOfficialProviderSeed, i as sentryAppCredentialSet, n as sentryBundle, r as sentryOfficialIntegration } from "../integration-Cvn_QrLF.mjs";
1
+ import { a as sentryOfficialProviderSeed, i as sentryAppCredentialSet, n as sentryBundle, r as sentryOfficialIntegration } from "../integration-DQ-PSbHu.mjs";
2
2
 
3
3
  export { sentryAppCredentialSet, sentryBundle, sentryOfficialIntegration, sentryOfficialProviderSeed };
@@ -1,3 +1,3 @@
1
- import { n as sentryBundle, r as sentryOfficialIntegration } from "../integration-Cvn_QrLF.mjs";
1
+ import { n as sentryBundle, r as sentryOfficialIntegration } from "../integration-DQ-PSbHu.mjs";
2
2
 
3
3
  export { sentryBundle, sentryOfficialIntegration };
package/dist/alerts.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, orgScopeInputSchema, sentryIdSchema, sentryIssueAlertRuleSchema, sentryJsonObjectSchema, sentryListInputSchema, sentryMetricAlertRuleSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -1,3 +1,3 @@
1
- import { t as sentry } from "./integration-Cvn_QrLF.mjs";
1
+ import { t as sentry } from "./integration-DQ-PSbHu.mjs";
2
2
 
3
3
  export { sentry };
@@ -1,5 +1,5 @@
1
1
  import { orgScopeInputSchema, sentryDashboardSchema, sentryIdSchema, sentryJsonObjectSchema, sentryListInputSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, sentryDebugFileSchema, sentryIdSchema, sentryListInputSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/deploys.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgReleaseScopeInputSchema, sentryDeploySchema, sentryListInputSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/discover.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgScopeInputSchema, sentryDiscoverSavedQuerySchema, sentryIdSchema, sentryListInputSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -1,4 +1,4 @@
1
- import { t as sentry } from "./integration-Cvn_QrLF.mjs";
1
+ import { t as sentry } from "./integration-DQ-PSbHu.mjs";
2
2
  import { createSentryClient } from "./client.mjs";
3
3
  import { createOfficialOperationFactory } from "@keystrokehq/integration-authoring/official";
4
4
 
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, sentryEnvironmentSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { orgIssueScopeInputSchema, orgProjectScopeInputSchema, orgScopeInputSchema, sentryEventSchema, sentryIdSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/feedback.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, sentryFeedbackSchema, sentryIdSchema, sentryListInputSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -30,20 +30,20 @@ const sentryOfficialProviderSeed = {
30
30
  displayName: "Sentry Platform",
31
31
  credentialSetName: "Keystroke Sentry Platform App",
32
32
  envShape: {
33
- KEYSTROKE_PLATFORM_SENTRY_CLIENT_ID: z.string().optional(),
34
- KEYSTROKE_PLATFORM_SENTRY_CLIENT_SECRET: z.string().optional(),
35
- KEYSTROKE_PLATFORM_SENTRY_WEBHOOK_SECRET: z.string().optional()
33
+ KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID: z.string().optional(),
34
+ KEYSTROKE_OFFICIAL_SENTRY_CLIENT_SECRET: z.string().optional(),
35
+ KEYSTROKE_OFFICIAL_SENTRY_WEBHOOK_SECRET: z.string().optional()
36
36
  },
37
37
  requiredEnvKeys: [
38
- "KEYSTROKE_PLATFORM_SENTRY_CLIENT_ID",
39
- "KEYSTROKE_PLATFORM_SENTRY_CLIENT_SECRET",
40
- "KEYSTROKE_PLATFORM_SENTRY_WEBHOOK_SECRET"
38
+ "KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID",
39
+ "KEYSTROKE_OFFICIAL_SENTRY_CLIENT_SECRET",
40
+ "KEYSTROKE_OFFICIAL_SENTRY_WEBHOOK_SECRET"
41
41
  ],
42
- externalAppIdEnvKey: "KEYSTROKE_PLATFORM_SENTRY_CLIENT_ID",
42
+ externalAppIdEnvKey: "KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID",
43
43
  buildCredentials: (env) => ({
44
- clientId: env.KEYSTROKE_PLATFORM_SENTRY_CLIENT_ID,
45
- clientSecret: env.KEYSTROKE_PLATFORM_SENTRY_CLIENT_SECRET,
46
- webhookSecret: env.KEYSTROKE_PLATFORM_SENTRY_WEBHOOK_SECRET
44
+ clientId: env.KEYSTROKE_OFFICIAL_SENTRY_CLIENT_ID,
45
+ clientSecret: env.KEYSTROKE_OFFICIAL_SENTRY_CLIENT_SECRET,
46
+ webhookSecret: env.KEYSTROKE_OFFICIAL_SENTRY_WEBHOOK_SECRET
47
47
  })
48
48
  };
49
49
 
package/dist/issues.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgIssueScopeInputSchema, orgProjectScopeInputSchema, orgScopeInputSchema, sentryIdSchema, sentryIssueSchema, sentryIssueStatusSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/members.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryMemberSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/monitors.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, orgScopeInputSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryMonitorSchema, sentrySlugSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { orgScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryNotificationActionSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { orgScopeInputSchema, sentryEnvironmentSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryOrganizationDetailsSchema, sentryProjectSummarySchema, sentrySlugSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryProjectKeySchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/projects.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, sentryIdSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryMemberSchema, sentryProjectDetailsSchema, sentryProjectSummarySchema, sentrySlugSchema, sentryTeamSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/releases.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, orgReleaseScopeInputSchema, orgScopeInputSchema, sentryCommitSchema, sentryIdSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryReleaseFileSchema, sentryReleaseSchema, sentryRepositorySchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/replays.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, orgScopeInputSchema, sentryIdSchema, sentryJsonArraySchema, sentryJsonObjectSchema, sentryListInputSchema, sentryReplaySchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/scim.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgScopeInputSchema, sentryIdSchema, sentryJsonObjectSchema, sentryListInputSchema, sentryScimGroupSchema, sentryScimUserSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/dist/teams.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgScopeInputSchema, orgTeamScopeInputSchema, sentryIdSchema, sentryJsonObjectSchema, sentryListInputSchema, sentryMemberSchema, sentryProjectSummarySchema, sentrySlugSchema, sentryTeamSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
@@ -1,5 +1,5 @@
1
1
  import { sentryUserEmailSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { z } from "zod";
4
4
 
5
5
  //#region src/user-emails.ts
package/dist/webhooks.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { orgProjectScopeInputSchema, sentryIdSchema, sentryListInputSchema, sentryProjectHookSchema } from "./schemas.mjs";
2
- import { t as defineSentryEndpoint } from "./endpoint-factory-LHGhli0i.mjs";
2
+ import { t as defineSentryEndpoint } from "./endpoint-factory-BKyte5gU.mjs";
3
3
  import { t as SENTRY_SCOPE } from "./scopes-RRU0vt-a.mjs";
4
4
  import { z } from "zod";
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/sentry",
3
- "version": "0.0.6-rename-t1.0",
3
+ "version": "0.0.7",
4
4
  "private": false,
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -136,19 +136,19 @@
136
136
  "LICENSE"
137
137
  ],
138
138
  "dependencies": {
139
- "@keystrokehq/credential-connection": "^0.0.5-rename-t1.0",
140
- "@keystrokehq/integration-authoring": "^0.0.6-rename-t1.0",
139
+ "@keystrokehq/credential-connection": "^0.0.6",
140
+ "@keystrokehq/integration-authoring": "^0.0.7",
141
141
  "zod": "^4.3.6"
142
142
  },
143
143
  "peerDependencies": {
144
- "@keystrokehq/core": ">=0.0.7 <0.1.0"
144
+ "@keystrokehq/core": ">=0.0.8 <0.1.0"
145
145
  },
146
146
  "devDependencies": {
147
147
  "@types/node": "^22.19.11",
148
148
  "tsdown": "^0.20.3",
149
149
  "typescript": "^5.9.3",
150
150
  "vitest": "^4.0.18",
151
- "@keystrokehq/core": "^0.0.7",
151
+ "@keystrokehq/core": "^0.0.8",
152
152
  "@keystrokehq/test-utils": "0.0.0",
153
153
  "@keystrokehq/typescript-config": "0.0.0"
154
154
  },