We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d14ea97 commit 477d06cCopy full SHA for 477d06c
CHANGELOG.md
@@ -6,6 +6,8 @@
6
([#253](https://github.com/microsoft/ApplicationInsights-Python/pull/253))
7
- Use entrypoints instead of importlib to load instrumentations
8
([#254](https://github.com/microsoft/ApplicationInsights-Python/pull/254))
9
+- Add support for FastAPI instrumentation
10
+ ([#255](https://github.com/microsoft/ApplicationInsights-Python/pull/255))
11
12
## [1.0.0b10](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b10) - 2023-02-23
13
test-requirements.txt
@@ -1,5 +1,6 @@
1
pytest
2
-psycopg2
3
-flask
4
django
5
-requests
+fastapi
+flask
+psycopg2
+requests
0 commit comments