Skip to content

Commit 477d06c

Browse files
committed
test
1 parent d14ea97 commit 477d06c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
([#253](https://github.com/microsoft/ApplicationInsights-Python/pull/253))
77
- Use entrypoints instead of importlib to load instrumentations
88
([#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))
911

1012
## [1.0.0b10](https://github.com/microsoft/ApplicationInsights-Python/releases/tag/v1.0.0b10) - 2023-02-23
1113

test-requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
pytest
2-
psycopg2
3-
flask
42
django
5-
requests
3+
fastapi
4+
flask
5+
psycopg2
6+
requests

0 commit comments

Comments
 (0)