Skip to content

Commit

Permalink
Update httpx and fastapi bitmap (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
lzchen authored Dec 27, 2023
1 parent 977d938 commit d96fb34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

- Changed bit-mapping for `httpx` and `fastapi` integrations
([#1239](https://github.com/census-instrumentation/opencensus-python/pull/1239))

# 0.11.3
Released 2023-09-18

Expand Down
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 d96fb34

Please sign in to comment.