Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit d96fb34

Browse files
authored
Update httpx and fastapi bitmap (#1239)
1 parent 977d938 commit d96fb34

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## Unreleased
44

5+
- Changed bit-mapping for `httpx` and `fastapi` integrations
6+
([#1239](https://github.com/census-instrumentation/opencensus-python/pull/1239))
7+
58
# 0.11.3
69
Released 2023-09-18
710

opencensus/trace/integrations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ class _Integrations:
3232
PYRAMID = 512
3333
REQUESTS = 1024
3434
SQLALCHEMY = 2056
35-
HTTPX = 4096
36-
FASTAPI = 8192
35+
HTTPX = 16777216
36+
FASTAPI = 4194304
3737

3838

3939
def get_integrations():

0 commit comments

Comments
 (0)