@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
- export { expressErrorHandler, requestHandler } from './integrations/express.mjs';
2
- export { captureNextJsError, withStatly, withStatlyGetServerSideProps, withStatlyGetStaticProps, withStatlyPagesApi, withStatlyServerAction } from './integrations/nextjs.mjs';
3
- export { createRequestCapture, statlyFastifyPlugin, statlyPlugin } from './integrations/fastify.mjs';
4
- export { AIFeatures, ConsoleDestination, ConsoleDestinationConfig, DEFAULT_LEVELS, Destination, EXTENDED_LEVELS, ErrorExplanation, FileDestination, FileDestinationConfig, FileRotationConfig, FixSuggestion, LOG_LEVELS, LevelSet, LogEntry, LogLevel, Logger, LoggerConfig, ObserveDestination, ObserveDestinationConfig, REDACTED, SCRUB_PATTERNS, SENSITIVE_KEYS, ScrubPattern, Scrubber, ScrubbingConfig, formatJson, formatJsonPretty, formatPretty, getConsoleMethod, getDefaultLogger, isSensitiveKey, audit as logAudit, debug as logDebug, error as logError, fatal as logFatal, info as logInfo, trace as logTrace, warn as logWarn, setDefaultLogger } from './logger/index.mjs';
1
+ export { expressErrorHandler, requestHandler } from './integrations/express.cjs';
2
+ export { captureNextJsError, withStatly, withStatlyGetServerSideProps, withStatlyGetStaticProps, withStatlyPagesApi, withStatlyServerAction } from './integrations/nextjs.cjs';
3
+ export { createRequestCapture, statlyFastifyPlugin, statlyPlugin } from './integrations/fastify.cjs';
4
+ export { AIFeatures, ConsoleDestination, ConsoleDestinationConfig, DEFAULT_LEVELS, Destination, EXTENDED_LEVELS, ErrorExplanation, FileDestination, FileDestinationConfig, FileRotationConfig, FixSuggestion, LOG_LEVELS, LevelSet, LogEntry, LogLevel, Logger, LoggerConfig, ObserveDestination, ObserveDestinationConfig, REDACTED, SCRUB_PATTERNS, SENSITIVE_KEYS, ScrubPattern, Scrubber, ScrubbingConfig, formatJson, formatJsonPretty, formatPretty, getConsoleMethod, getDefaultLogger, isSensitiveKey, audit as logAudit, debug as logDebug, error as logError, fatal as logFatal, info as logInfo, trace as logTrace, warn as logWarn, setDefaultLogger } from './logger/index.cjs';
5
5
 
6
6
  /**
7
7
  * Span module for Statly Observe SDK