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.
2 parents 44e372f + 8bb28cd commit ce9fb88Copy full SHA for ce9fb88
1 file changed
archipy/helpers/utils/app_utils.py
@@ -396,8 +396,8 @@ def create_fastapi_app(
396
397
FastAPIUtils.setup_sentry(config)
398
FastAPIUtils.setup_cors(app, config)
399
- FastAPIUtils.setup_elastic_apm(app, config)
400
FastAPIUtils.setup_metric_interceptor(app, config)
+ FastAPIUtils.setup_elastic_apm(app, config)
401
402
if configure_exception_handlers:
403
FastAPIUtils.setup_exception_handlers(app)
0 commit comments