LRU Memoizer

Adds instrumentation for LRU Memoizer. (default)

Import name: Sentry.lruMemoizerIntegration

This integration is enabled by default when performance monitoring is enabled. If you'd like to modify your default integrations, read this.

The lruMemoizerIntegration adds instrumentation for the lru-memoizer library to capture spans using @opentelemetry/instrumentation-lru-memoizer.

Copied
Sentry.init({
  integrations: [new Sentry.lruMemoizerIntegration()],
});

  • lru-memoizer: >=1.3.0 <3
Help improve this content
Our documentation is open source and available on GitHub. Your contributions are welcome, whether fixing a typo (drat!) or suggesting an update ("yeah, this would be better").