-
Notifications
You must be signed in to change notification settings - Fork 77
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
Document Code Source links #505
Conversation
Deploying logfire-docs with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #505 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 132 132
Lines 9986 9986
Branches 1343 1343
=========================================
Hits 9986 9986 ☔ View full report in Codecov by Sentry. |
There's a related issue to this right? Can we link it as closing #79? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool feature! Left some ideas for changes and questions.
code_source=logfire.CodeSource( | ||
repository='https://github.com/pydantic/logfire', | ||
revision='main', | ||
root_path='.', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this just be the default?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can change this in a future PR, but I guess it makes sense to be the default yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems like it should be optional in the data class but the frontend needs to handle defaulting to it so that the env var isn't required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The frontend already handles it, defaulting to it.
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com>
d8d2d9f
to
ed45090
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
If it's easier, please apply the changes that you wish. I'm okay with anything. 🙏