@utdk/sentry 0.0.0-20260530.1-dev.646adf4
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/LICENSE +373 -0
- package/README.md +3 -0
- package/index.ts +22 -0
- package/metadata.ts +3 -0
- package/openapi.json +89135 -0
- package/overlay.yaml +23 -0
- package/package.json +33 -0
- package/provenance.json +24 -0
- package/research.json +92 -0
- package/types.ts +3 -0
package/overlay.yaml
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# Spec enrichment overlay for sentry
|
|
2
|
+
# Edit this file to add corrections, pagination hints, and auth hints.
|
|
3
|
+
# This overlay is applied during regeneration to enrich the generated package.
|
|
4
|
+
# Keys under 'descriptions', 'paginationHints', and 'authHints' are keyed by operationId.
|
|
5
|
+
#
|
|
6
|
+
# Example description correction:
|
|
7
|
+
# descriptions:
|
|
8
|
+
# listRepos: "List all repositories the authenticated user has access to."
|
|
9
|
+
#
|
|
10
|
+
# Example pagination hint:
|
|
11
|
+
# paginationHints:
|
|
12
|
+
# listRepos:
|
|
13
|
+
# type: cursor
|
|
14
|
+
# cursorParam: page
|
|
15
|
+
# limitParam: per_page
|
|
16
|
+
# resultsKey: items
|
|
17
|
+
|
|
18
|
+
provider: sentry
|
|
19
|
+
specUrl: https://raw.githubusercontent.com/getsentry/sentry-api-schema/main/openapi-derefed.json
|
|
20
|
+
generatedAt: 2026-05-30T18:14:52.155Z
|
|
21
|
+
descriptions: {}
|
|
22
|
+
paginationHints: {}
|
|
23
|
+
authHints: {}
|
package/package.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@utdk/sentry",
|
|
3
|
+
"version": "0.0.0-20260530.1-dev.646adf4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "Generated UTDK provider client for API Reference. Sentry Public API",
|
|
6
|
+
"homepage": "https://raw.githubusercontent.com/getsentry/sentry-api-schema/main/openapi-derefed.json",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"sentry",
|
|
9
|
+
"generated",
|
|
10
|
+
"openapi",
|
|
11
|
+
"utdk"
|
|
12
|
+
],
|
|
13
|
+
"license": "Apache 2.0",
|
|
14
|
+
"utdk": {
|
|
15
|
+
"provider": "sentry",
|
|
16
|
+
"generation": 1,
|
|
17
|
+
"generatedAt": "2026-05-30T18:14:52.136Z",
|
|
18
|
+
"auth": [
|
|
19
|
+
{
|
|
20
|
+
"auth_type": "api_key",
|
|
21
|
+
"api_key": "Bearer ${SENTRY_AUTH_TOKEN}",
|
|
22
|
+
"var_name": "Authorization",
|
|
23
|
+
"location": "header"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"openapi": {
|
|
27
|
+
"title": "API Reference",
|
|
28
|
+
"url": "https://raw.githubusercontent.com/getsentry/sentry-api-schema/main/openapi-derefed.json",
|
|
29
|
+
"version": "v0",
|
|
30
|
+
"termsOfService": "http://sentry.io/terms/"
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
package/provenance.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "sentry",
|
|
3
|
+
"generatedAt": "2026-05-30T18:14:57.960Z",
|
|
4
|
+
"generation": 1,
|
|
5
|
+
"source": {
|
|
6
|
+
"type": "openapi",
|
|
7
|
+
"url": "https://raw.githubusercontent.com/getsentry/sentry-api-schema/main/openapi-derefed.json",
|
|
8
|
+
"hash": "sha256:c2f871fc0972307d1d3badd66ee2ead728012a6acf5c707cba581281aa8bbb32",
|
|
9
|
+
"fetchedAt": "2026-05-30T18:14:57.960Z"
|
|
10
|
+
},
|
|
11
|
+
"ingestSource": "printing-press",
|
|
12
|
+
"pipeline": {
|
|
13
|
+
"research": {
|
|
14
|
+
"noveltyScore": 4,
|
|
15
|
+
"competingPackages": 13
|
|
16
|
+
},
|
|
17
|
+
"scorecard": {
|
|
18
|
+
"infrastructure": "fail",
|
|
19
|
+
"domain": 100
|
|
20
|
+
},
|
|
21
|
+
"agentReadiness": "pass"
|
|
22
|
+
},
|
|
23
|
+
"bundlerVersion": "0.1.1"
|
|
24
|
+
}
|
package/research.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
{
|
|
2
|
+
"provider": "sentry",
|
|
3
|
+
"generatedAt": "2026-05-30T18:14:53.476Z",
|
|
4
|
+
"noveltyScore": 4,
|
|
5
|
+
"npmPackages": [
|
|
6
|
+
{
|
|
7
|
+
"name": "sentry-sdk",
|
|
8
|
+
"version": "0.1.3",
|
|
9
|
+
"description": "An sentry sdk",
|
|
10
|
+
"category": "community-sdk"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"name": "@sentry/browser",
|
|
14
|
+
"version": "10.55.0",
|
|
15
|
+
"description": "Official Sentry SDK for browsers",
|
|
16
|
+
"category": "official-sdk"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"name": "@sentry/react",
|
|
20
|
+
"version": "10.55.0",
|
|
21
|
+
"description": "Official Sentry SDK for React.js",
|
|
22
|
+
"category": "official-sdk"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "@sentry-internal/feedback",
|
|
26
|
+
"version": "10.55.0",
|
|
27
|
+
"description": "Sentry SDK integration for user feedback",
|
|
28
|
+
"category": "other"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "@sentry/nextjs",
|
|
32
|
+
"version": "10.55.0",
|
|
33
|
+
"description": "Official Sentry SDK for Next.js",
|
|
34
|
+
"category": "official-sdk"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"name": "@sentry/types",
|
|
38
|
+
"version": "10.55.0",
|
|
39
|
+
"description": "Types for all Sentry JavaScript SDKs",
|
|
40
|
+
"category": "official-sdk"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "@sentry/core",
|
|
44
|
+
"version": "10.55.0",
|
|
45
|
+
"description": "Base implementation for all Sentry JavaScript SDKs",
|
|
46
|
+
"category": "official-sdk"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"name": "@sentry-internal/replay",
|
|
50
|
+
"version": "10.55.0",
|
|
51
|
+
"description": "User replays for Sentry",
|
|
52
|
+
"category": "other"
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"name": "@sentry/cli",
|
|
56
|
+
"version": "3.4.3",
|
|
57
|
+
"description": "A command line utility to work with Sentry. https://docs.sentry.io/hosted/learn/cli/",
|
|
58
|
+
"category": "official-sdk"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"name": "@sentry-internal/browser-utils",
|
|
62
|
+
"version": "10.55.0",
|
|
63
|
+
"description": "Browser Utilities for all Sentry JavaScript SDKs",
|
|
64
|
+
"category": "other"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "@sentry/vercel-edge",
|
|
68
|
+
"version": "10.55.0",
|
|
69
|
+
"description": "Official Sentry SDK for the Vercel Edge Runtime",
|
|
70
|
+
"category": "official-sdk"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"name": "sentry",
|
|
74
|
+
"version": "0.34.0",
|
|
75
|
+
"description": "Sentry CLI - A command-line interface for using Sentry built by robots and humans for robots and humans",
|
|
76
|
+
"category": "other"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "@sentry/opentelemetry",
|
|
80
|
+
"version": "10.55.0",
|
|
81
|
+
"description": "Official Sentry utilities for OpenTelemetry",
|
|
82
|
+
"category": "official-sdk"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"gapAnalysis": {
|
|
86
|
+
"hasOfficialSdk": true,
|
|
87
|
+
"hasCommunitySDK": true,
|
|
88
|
+
"hasTypeDefinitions": false,
|
|
89
|
+
"hasMcpServer": false,
|
|
90
|
+
"recommendation": "An official SDK exists for sentry. Consider wrapping it or focusing on gaps it does not cover."
|
|
91
|
+
}
|
|
92
|
+
}
|
package/types.ts
ADDED