@sentry/junior 0.9.3 → 0.10.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.
@@ -1,10 +0,0 @@
1
- /**
2
- * Handles `POST /api/queue/callback` for asynchronous thread processing.
3
- *
4
- * Keep this route as a dedicated handler in app code. The catch-all router can
5
- * mirror this path for local/dev parity, but production queue delivery should
6
- * always target the dedicated endpoint.
7
- */
8
- declare function POST(request: Request): Promise<Response>;
9
-
10
- export { POST };
@@ -1,12 +0,0 @@
1
- import {
2
- POST
3
- } from "../chunk-XHISVOAJ.js";
4
- import "../chunk-LWHXDHIN.js";
5
- import "../chunk-VM3CPAZF.js";
6
- import "../chunk-HRA2FXYH.js";
7
- import "../chunk-ZBWWHP6Q.js";
8
- import "../chunk-KCLEEKYX.js";
9
- import "../chunk-ZW4OVKF5.js";
10
- export {
11
- POST
12
- };
@@ -1,15 +0,0 @@
1
- import {
2
- bot,
3
- createNormalizingStream,
4
- slackRuntime
5
- } from "./chunk-LWHXDHIN.js";
6
- import "./chunk-VM3CPAZF.js";
7
- import "./chunk-HRA2FXYH.js";
8
- import "./chunk-ZBWWHP6Q.js";
9
- import "./chunk-KCLEEKYX.js";
10
- import "./chunk-ZW4OVKF5.js";
11
- export {
12
- bot,
13
- createNormalizingStream,
14
- slackRuntime
15
- };