@statly/observe 1.2.0 → 1.2.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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  TelemetryProvider,
3
3
  trace
4
- } from "./chunk-J5AHUFP2.mjs";
4
+ } from "./chunk-NKQPBSKX.js";
5
5
  export {
6
6
  TelemetryProvider,
7
7
  trace
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
+ "type": "module",
2
3
  "name": "@statly/observe",
3
- "version": "1.2.0",
4
+ "version": "1.2.1",
4
5
  "description": "JavaScript SDK for Statly Observe - Error tracking and monitoring",
5
6
  "main": "dist/index.js",
6
7
  "module": "dist/index.mjs",
@@ -81,4 +82,4 @@
81
82
  "publishConfig": {
82
83
  "access": "public"
83
84
  }
84
- }
85
+ }
package/dist/index.mjs DELETED
@@ -1,111 +0,0 @@
1
- import {
2
- Statly,
3
- StatlyClient,
4
- addBreadcrumb,
5
- captureException,
6
- captureMessage,
7
- captureNextJsError,
8
- captureSpan,
9
- close,
10
- createRequestCapture,
11
- expressErrorHandler,
12
- flush,
13
- getClient,
14
- init,
15
- requestHandler,
16
- setTag,
17
- setTags,
18
- setUser,
19
- startSpan,
20
- statlyFastifyPlugin,
21
- statlyPlugin,
22
- trace as trace2,
23
- withStatly,
24
- withStatlyGetServerSideProps,
25
- withStatlyGetStaticProps,
26
- withStatlyPagesApi,
27
- withStatlyServerAction
28
- } from "./chunk-SJ7C46AP.mjs";
29
- import {
30
- AIFeatures,
31
- ConsoleDestination,
32
- DEFAULT_LEVELS,
33
- EXTENDED_LEVELS,
34
- FileDestination,
35
- LOG_LEVELS,
36
- Logger,
37
- ObserveDestination,
38
- REDACTED,
39
- SCRUB_PATTERNS,
40
- SENSITIVE_KEYS,
41
- Scrubber,
42
- audit,
43
- debug,
44
- error,
45
- fatal,
46
- formatJson,
47
- formatJsonPretty,
48
- formatPretty,
49
- getConsoleMethod,
50
- getDefaultLogger,
51
- info,
52
- isSensitiveKey,
53
- setDefaultLogger,
54
- trace,
55
- warn
56
- } from "./chunk-7AITSJLP.mjs";
57
- import "./chunk-J5AHUFP2.mjs";
58
- export {
59
- AIFeatures,
60
- ConsoleDestination,
61
- DEFAULT_LEVELS,
62
- EXTENDED_LEVELS,
63
- FileDestination,
64
- LOG_LEVELS,
65
- Logger,
66
- ObserveDestination,
67
- REDACTED,
68
- SCRUB_PATTERNS,
69
- SENSITIVE_KEYS,
70
- Scrubber,
71
- Statly,
72
- StatlyClient,
73
- addBreadcrumb,
74
- captureException,
75
- captureMessage,
76
- captureNextJsError,
77
- captureSpan,
78
- close,
79
- createRequestCapture,
80
- expressErrorHandler,
81
- flush,
82
- formatJson,
83
- formatJsonPretty,
84
- formatPretty,
85
- getClient,
86
- getConsoleMethod,
87
- getDefaultLogger,
88
- init,
89
- isSensitiveKey,
90
- audit as logAudit,
91
- debug as logDebug,
92
- error as logError,
93
- fatal as logFatal,
94
- info as logInfo,
95
- trace as logTrace,
96
- warn as logWarn,
97
- requestHandler,
98
- setDefaultLogger,
99
- setTag,
100
- setTags,
101
- setUser,
102
- startSpan,
103
- statlyFastifyPlugin,
104
- statlyPlugin,
105
- trace2 as trace,
106
- withStatly,
107
- withStatlyGetServerSideProps,
108
- withStatlyGetStaticProps,
109
- withStatlyPagesApi,
110
- withStatlyServerAction
111
- };
@@ -1,10 +0,0 @@
1
- import {
2
- expressErrorHandler,
3
- requestHandler
4
- } from "../chunk-SJ7C46AP.mjs";
5
- import "../chunk-7AITSJLP.mjs";
6
- import "../chunk-J5AHUFP2.mjs";
7
- export {
8
- expressErrorHandler,
9
- requestHandler
10
- };
@@ -1,12 +0,0 @@
1
- import {
2
- createRequestCapture,
3
- statlyFastifyPlugin,
4
- statlyPlugin
5
- } from "../chunk-SJ7C46AP.mjs";
6
- import "../chunk-7AITSJLP.mjs";
7
- import "../chunk-J5AHUFP2.mjs";
8
- export {
9
- createRequestCapture,
10
- statlyFastifyPlugin,
11
- statlyPlugin
12
- };
@@ -1,18 +0,0 @@
1
- import {
2
- captureNextJsError,
3
- withStatly,
4
- withStatlyGetServerSideProps,
5
- withStatlyGetStaticProps,
6
- withStatlyPagesApi,
7
- withStatlyServerAction
8
- } from "../chunk-SJ7C46AP.mjs";
9
- import "../chunk-7AITSJLP.mjs";
10
- import "../chunk-J5AHUFP2.mjs";
11
- export {
12
- captureNextJsError,
13
- withStatly,
14
- withStatlyGetServerSideProps,
15
- withStatlyGetStaticProps,
16
- withStatlyPagesApi,
17
- withStatlyServerAction
18
- };
@@ -1,56 +0,0 @@
1
- import {
2
- AIFeatures,
3
- ConsoleDestination,
4
- DEFAULT_LEVELS,
5
- EXTENDED_LEVELS,
6
- FileDestination,
7
- LOG_LEVELS,
8
- Logger,
9
- ObserveDestination,
10
- REDACTED,
11
- SCRUB_PATTERNS,
12
- SENSITIVE_KEYS,
13
- Scrubber,
14
- audit,
15
- debug,
16
- error,
17
- fatal,
18
- formatJson,
19
- formatJsonPretty,
20
- formatPretty,
21
- getConsoleMethod,
22
- getDefaultLogger,
23
- info,
24
- isSensitiveKey,
25
- setDefaultLogger,
26
- trace,
27
- warn
28
- } from "../chunk-7AITSJLP.mjs";
29
- export {
30
- AIFeatures,
31
- ConsoleDestination,
32
- DEFAULT_LEVELS,
33
- EXTENDED_LEVELS,
34
- FileDestination,
35
- LOG_LEVELS,
36
- Logger,
37
- ObserveDestination,
38
- REDACTED,
39
- SCRUB_PATTERNS,
40
- SENSITIVE_KEYS,
41
- Scrubber,
42
- audit,
43
- debug,
44
- error,
45
- fatal,
46
- formatJson,
47
- formatJsonPretty,
48
- formatPretty,
49
- getConsoleMethod,
50
- getDefaultLogger,
51
- info,
52
- isSensitiveKey,
53
- setDefaultLogger,
54
- trace,
55
- warn
56
- };
File without changes
File without changes
File without changes