sentry-vir - v3.0.1
    Preparing search index...

    Function setSentryClientForLogging

    • Asynchronously set the Sentry client for logging. When this is called, any events that were triggered beforehand are handled. Thus, this set can be done at any time, allowing for asynchronous Sentry client setup but synchronous log and error handling.

      This should be called as soon as possible after you have a return value from initSentry.

      This can be safely called multiple times (to overwrite the previously set Sentry client) because previous events won't be handled multiple times.

      Parameters

      Returns Promise<void>