Skip to content

feat!: remove issue creation from logging integrations#1340

Open
giortzisg wants to merge 4 commits into
masterfrom
feat/issue-1238-remove-logging-events
Open

feat!: remove issue creation from logging integrations#1340
giortzisg wants to merge 4 commits into
masterfrom
feat/issue-1238-remove-logging-events

Conversation

@giortzisg

Copy link
Copy Markdown
Contributor

Description

This removes all deprecated issue creation functionality to prepare for 0.48.0.

Issues

Changelog Entry Instructions

To add a custom changelog entry, uncomment the section above. Supports:

  • Single entry: just write text
  • Multiple entries: use bullet points
  • Nested bullets: indent 4+ spaces

For more details: custom changelog entries

Reminders

@giortzisg giortzisg self-assigned this Jul 1, 2026
@linear-code

linear-code Bot commented Jul 1, 2026

Copy link
Copy Markdown

GO-130

@github-actions

github-actions Bot commented Jul 1, 2026

Copy link
Copy Markdown

Semver Impact of This PR

🔴 Major (breaking changes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


Breaking Changes 🛠

  • Remove issue creation from logging integrations by giortzisg in #1340

New Features ✨

  • PushScope shorthand now returns the new scope reference by DoctorJohn in #1335

Bug Fixes 🐛

  • Isolate event processor across clones by giortzisg in #1337

Internal Changes 🔧

  • Move limited buffer under utils by giortzisg in #1338

🤖 This preview updates automatically when you update the PR.

Comment thread slog/sentryslog.go
Comment thread logrus/logrusentry.go
Comment thread logrus/logrusentry.go
Comment thread logrus/logrusentry.go
Comment thread logrus/logrusentry.go
@giortzisg giortzisg force-pushed the feat/issue-1238-remove-logging-events branch from 12c557f to 1b3d953 Compare July 13, 2026 14:21

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

There are 2 total unresolved issues (including 1 from previous review).

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 1b3d953. Configure here.

Comment thread slog/sentryslog.go
giortzisg and others added 2 commits July 13, 2026 16:33
Co-Authored-By: Codex <noreply@openai.com>
Co-Authored-By: Codex <noreply@openai.com>
Comment thread logrus/logrusentry.go
this improves panic behavior allowing slog to panic itself rather than
panicing on the sentry integration level. In cases where a multihandler
would be registered an early panic might not allow the second slog
handler to run
Comment thread logrus/logrusentry.go
@giortzisg giortzisg requested a review from Litarnus July 13, 2026 14:53
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.

Remove issue creation functionality from logging integrations

1 participant