@sentry/api 0.17.0 → 0.18.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/types.gen.d.ts +1 -0
- package/package.json +1 -1
package/dist/types.gen.d.ts
CHANGED
|
@@ -30863,6 +30863,7 @@ export type ListAnOrganizationSIntegrationPlatformInstallationsResponses = {
|
|
|
30863
30863
|
app: {
|
|
30864
30864
|
uuid: string;
|
|
30865
30865
|
slug: string;
|
|
30866
|
+
sentryAppId: number;
|
|
30866
30867
|
};
|
|
30867
30868
|
organization: {
|
|
30868
30869
|
slug: string;
|