You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: logfire-api/logfire_api/_internal/main.pyi
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ import opentelemetry.trace as trace_api
5
5
importrequests
6
6
from . importasync_asasync_
7
7
from ..integrations.flaskimportCommenterOptionsasCommenterOptions, RequestHookasFlaskRequestHook, ResponseHookasFlaskResponseHook
8
+
from ..integrations.wsgiimportRequestHookasWSGIRequestHook, ResponseHookasWSGIResponseHook
8
9
from ..versionimportVERSIONasVERSION
9
10
from .auto_traceimportAutoTraceModuleasAutoTraceModule, install_auto_tracingasinstall_auto_tracing
10
11
from .configimportGLOBAL_CONFIGasGLOBAL_CONFIG, LogfireConfigasLogfireConfig
@@ -20,9 +21,8 @@ from .integrations.psycopg import PsycopgInstrumentKwargs as PsycopgInstrumentKw
20
21
from .integrations.pymongoimportPymongoInstrumentKwargsasPymongoInstrumentKwargs
21
22
from .integrations.redisimportRedisInstrumentKwargsasRedisInstrumentKwargs
22
23
from .integrations.sqlalchemyimportSQLAlchemyInstrumentKwargsasSQLAlchemyInstrumentKwargs
23
-
from .integrations.sqlite3importSQLite3ConnectionasSQLite3Connection, SQLite3InstrumentKwargsasSQLite3InstrumentKwargs
24
+
from .integrations.sqlite3importSQLite3ConnectionasSQLite3Connection
24
25
from .integrations.system_metricsimportBaseasSystemMetricsBase, ConfigasSystemMetricsConfig
25
-
from .integrations.wsgiimportWSGIInstrumentKwargsasWSGIInstrumentKwargs
26
26
from .json_encoderimportlogfire_json_dumpsaslogfire_json_dumps
27
27
from .json_schemaimportJsonSchemaPropertiesasJsonSchemaProperties, attributes_json_schemaasattributes_json_schema, attributes_json_schema_propertiesasattributes_json_schema_properties, create_json_schemaascreate_json_schema
28
28
from .metricsimportProxyMeterProviderasProxyMeterProvider
0 commit comments