• Add Sentry options to the Svelte config to be exported from the user's svelte.config.js file.

    Parameters

    • originalConfig: SvelteConfig

      The existing config to be exported prior to adding Sentry

    • Optional sentryOptions: SentrySvelteConfigOptions

      The configuration of the Sentry-added options

    Returns SvelteConfig

    The wrapped and modified config to be exported

Generated using TypeDoc