sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Support usage of fastuuid

Open kasium opened this issue 3 years ago • 0 comments

Problem Statement

I work in an application where performance in critical. We found out, that we can improve the speed by using fastuuid instead of the stdlibs uuid. Sentry doesn't allow use easily to change that, so a monkeypatch is needed

sentry_sdk.tracing.uuid = fastuuid
sentry_sdk.client.uuid = fastuuid

Solution Brainstorm

  1. Allow users to specify the uuid module/function somehow
  2. Support fastuuid natively in sentry

kasium avatar Sep 19 '22 09:09 kasium