Skip to content

chore: Remove enable_logs from Python docs - #19029

Merged
sentrivana merged 16 commits into
masterfrom
ivana/python/remove-enable-logs
Aug 13, 2026
Merged

chore: Remove enable_logs from Python docs#19029
sentrivana merged 16 commits into
masterfrom
ivana/python/remove-enable-logs

Conversation

@sentrivana

@sentrivana sentrivana commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

The Python SDK is removing the enable_logs option and adding the capture_sentry_logs option to LoguruIntegration and LoggingIntegration.

IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs to go live.

  • Urgent deadline (GA date, etc.): ASAP as the change is now out
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

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

LEGAL BOILERPLATE

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

EXTRA RESOURCES

@vercel

vercel Bot commented Aug 12, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Ready Ready Preview Aug 13, 2026 11:05am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Preview Aug 13, 2026 11:05am

Request Review

@codeowner-assignment
codeowner-assignment Bot requested a review from a team August 12, 2026 13:49
Comment thread docs/platforms/python/index.mdx
Comment thread docs/platforms/python/index.mdx
Comment thread docs/platforms/python/index.mdx Outdated
Co-authored-by: Sarah Mischinger <smischinger@gmail.com>
s1gr1d and others added 9 commits August 13, 2026 10:06
Removes the type options that are not available anymore (were already
removed in v9). And also adds an Alert with a link to the data
collection options.

---------

Co-authored-by: Sarah Mischinger <smischinger@gmail.com>
Automated update of the docs changelog from recent merged PRs.

Co-authored-by: getsentry-bot <bot@getsentry.com>
## Problem

An edge case was found that was pulling PRs in from creation date + last
updated rather than just merge date.

PR #18898 is one example.

## Root Cause

The changelog script (`scripts/update-docs-changelog.mjs`) uses
`sort:updated-desc` in the GitHub Search API query. This fetches PRs
sorted by their **last update time**, not their merge time. Old PRs that
were recently touched by bot comments, label changes, or
cross-references get pulled in instead of truly recent merged PRs.

## Fix

- Switch from the Search API to the List Pull Requests API
(/repos/{owner}/{repo}/pulls?state=closed&base=master), which returns
the 100 most recently updated closed PRs. We filter to merged ones
client-side.
- Change the schedule from daily to weekly (Mondays at midnight UTC).
Manual trigger via workflow_dispatch is still available.

---------

Co-authored-by: Shannon Anahata <shannonanahata@gmail.com>
## DESCRIBE YOUR PR

see: /product/issues/reprocessing

updated 1 stale image

Closes: #18215

## IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs
to go live.

- [ ] Urgent deadline (GA date, etc.):
- [ ] Other deadline:
- [X] None: Not urgent, can wait up to 1 week+

## SLA

* Teamwork makes the dream work, so please add a reviewer to your PRs.
* Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it. <br>Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](<https://github.com/orgs/getsentry/teams/docs>)

## EXTRA RESOURCES

* [Sentry Docs contributor
guide](<https://docs.sentry.io/contributing/>)
…ed Asset page (#18955)

## DESCRIBE YOUR PR

updated screenshots and description:
/product/issues/issue-details/performance-issues/uncompressed-asset/

Closes: #18208

## IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs
to go live.

- [ ] Urgent deadline (GA date, etc.):
- [ ] Other deadline:
- [X] None: Not urgent, can wait up to 1 week+

## SLA

* Teamwork makes the dream work, so please add a reviewer to your PRs.
* Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.<br>Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](<https://github.com/orgs/getsentry/teams/docs>)

## LEGAL BOILERPLATE

Look, I get it. The entity doing business as "Sentry" was incorporated
in the State of Delaware in 2015 as Functional Software, Inc. and is
gonna need some rights from me in order to utilize my contributions in
this here PR. So here's the deal: I retain all rights, title and
interest in and to my contributions, and by keeping this boilerplate
intact I confirm that Sentry can use, modify, copy, and redistribute my
contributions, under Sentry's choice of terms.

## EXTRA RESOURCES

* [Sentry Docs contributor
guide](<https://docs.sentry.io/contributing/>)
… Payload page (#18956)

## DESCRIBE YOUR PR

see:
/product/issues/issue-details/performance-issues/large-http-payload/

updated settings image and UI description

deleted Span Evidence screenshot -> found no issue in Sentry to take
screenshot from (took a note so we can replace later)

Closes: #18201

## IS YOUR CHANGE URGENT?

Help us prioritize incoming PRs by letting us know when the change needs
to go live.

- [ ] Urgent deadline (GA date, etc.):
- [ ] Other deadline:
- [X] None: Not urgent, can wait up to 1 week+

## SLA

* Teamwork makes the dream work, so please add a reviewer to your PRs.
* Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it. <br>Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](<https://github.com/orgs/getsentry/teams/docs>)

## EXTRA RESOURCES

* [Sentry Docs contributor
guide](<https://docs.sentry.io/contributing/>)
…n Main Thread page (#18957)

<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->

## DESCRIBE YOUR PR
Page:
/product/issues/issue-details/performance-issues/db-main-thread-io/

updated settings screenshot and descriptions

deleted image of span evidence because I couldn't find an issue to take
a screenshot of (took a note so we can replace later)

Closes: #18195

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)

## EXTRA RESOURCES

- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
…ing Main Thread page (#18958)

<!-- Use this checklist to make sure your PR is ready for merge. You may
delete any sections you don't need. -->

## DESCRIBE YOUR PR
Page:
/product/issues/issue-details/performance-issues/json-decoding-main-thread/

Replaced screenshots of Function Evidence & Profile view.

Deleted screenshot of Stack trace since the issue didn't have that
section (took a note so we can replace it later)

Closes: #18202 

## IS YOUR CHANGE URGENT?  

Help us prioritize incoming PRs by letting us know when the change needs
to go live.
- [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE -->
- [ ] Other deadline: <!-- ENTER DATE HERE -->
- [x] None: Not urgent, can wait up to 1 week+

## SLA

- Teamwork makes the dream work, so please add a reviewer to your PRs.
- Please give the docs team up to 1 week to review your PR unless you've
added an urgent due date to it.
Thanks in advance for your help!

## PRE-MERGE CHECKLIST

*Make sure you've checked the following before merging your changes:*

- [ ] Checked Vercel preview for correctness, including links
- [ ] PR was reviewed and approved by any necessary SMEs (subject matter
experts)
- [ ] PR was reviewed and approved by a member of the [Sentry docs
team](https://github.com/orgs/getsentry/teams/docs)


## EXTRA RESOURCES

- [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
@sentrivana
sentrivana requested a review from a team August 13, 2026 10:57
@sentrivana
sentrivana merged commit 49c9d31 into master Aug 13, 2026
22 checks passed
@sentrivana
sentrivana deleted the ivana/python/remove-enable-logs branch August 13, 2026 11:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants