Skip to content

Commit

Permalink
update in both places
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Oct 9, 2024
1 parent 5a7c93b commit 1f1bde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/fastapi.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ To avoid tracing certain URLs, you can specify a string of comma-separated regex
app = FastAPI()

logfire.configure()
logfire.instrument_fastapi(app, excluded_urls='^https?://[^/]+/$')
logfire.instrument_fastapi(app, excluded_urls='^^https?://[^/]+.*$')

if __name__ == '__main__':
import uvicorn
Expand Down

0 comments on commit 1f1bde2

Please sign in to comment.