Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix functions_to_trace example #7018

Merged
merged 1 commit into from
May 31, 2023
Merged

Conversation

sentrivana
Copy link
Contributor

@sentrivana sentrivana commented May 25, 2023

Pre-merge checklist

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs
  • PR was reviewed and approved by a member of the Sentry docs team

Description of changes

functions_to_trace has to be a list of dictionaries with a certain structure (getsentry/sentry-python#1960 (comment), getsentry/sentry-python#1960 (comment)), the example in the docs uses a different format.

Extra resources

@vercel
Copy link

vercel bot commented May 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
sentry-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 25, 2023 0:52am

@sentrivana sentrivana merged commit 7d264f3 into master May 31, 2023
7 checks passed
@sentrivana sentrivana deleted the ivana/fix-functions-to-trace branch May 31, 2023 07:32
@github-actions github-actions bot locked and limited conversation to collaborators Jun 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation says functions_to_trace is list[str], but is actually list[dict[str, str]]
3 participants