Skip to content

Commit

Permalink
Update integrations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen committed Dec 27, 2023
1 parent 977d938 commit 5314d4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opencensus/trace/integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class _Integrations:
PYRAMID = 512
REQUESTS = 1024
SQLALCHEMY = 2056
HTTPX = 4096
FASTAPI = 8192
HTTPX = 16777216
FASTAPI = 4194304


def get_integrations():
Expand Down

0 comments on commit 5314d4a

Please sign in to comment.