(config: NitroConfig, sentryOptions?: SentryNitroOptions)
| 9 | * Modifies the passed in Nitro configuration with automatic build-time instrumentation. |
| 10 | */ |
| 11 | export function withSentryConfig(config: NitroConfig, sentryOptions?: SentryNitroOptions): NitroConfig { |
| 12 | return setupSentryNitroModule(config, sentryOptions); |
| 13 | } |
| 14 | |
| 15 | /** |
| 16 | * Sets up the Sentry Nitro module, useful for meta framework integrations. |
no test coverage detected