Skip to content

meta: add Sentry.Extensions.AI to repository files - #4773

Merged
jamescrosswell merged 5 commits into
mainfrom
meta/add-sentry-extensions-ai
Dec 4, 2025
Merged

meta: add Sentry.Extensions.AI to repository files#4773
jamescrosswell merged 5 commits into
mainfrom
meta/add-sentry-extensions-ai

Conversation

@Flash0ver

Copy link
Copy Markdown
Contributor

Adding the brand new Sentry.Extensions.AI to these repository files:

  • .craft.yml
  • .github/ISSUE_TEMPLATE/bug_report.yml
  • README.md

@Flash0ver Flash0ver self-assigned this Nov 27, 2025
Comment thread .craft.yml
Comment on lines +15 to +18
nuget:Sentry.Extensions.AI:
nuget:Sentry.Extensions.Logging:
nuget:Sentry.Google.Cloud.Functions:
nuget:Sentry.Hangfire:

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

question: Do we still need this file?

Sentry.Extensions.AI is already on NuGet.org.
And Sentry.Hangfire has been for almost 2 years.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I think it gets used when our release workflow runs, to publish new versions to nuget (otherwise nuget would be stuck on the current version that has been uploaded):
https://github.com/getsentry/craft?tab=readme-ov-file#craft-publish-publishing-the-release

We change this file so infrequently that I'm not sure though (I don't recall ever changing this file myself).

@codecov

codecov Bot commented Nov 27, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.88%. Comparing base (0e30c90) to head (c64ffa0).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4773      +/-   ##
==========================================
- Coverage   73.91%   73.88%   -0.03%     
==========================================
  Files         485      485              
  Lines       17682    17682              
  Branches     3494     3494              
==========================================
- Hits        13070    13065       -5     
- Misses       3755     3759       +4     
- Partials      857      858       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment thread README.md Outdated
@Flash0ver
Flash0ver marked this pull request as ready for review December 3, 2025 18:14
@Flash0ver

Copy link
Copy Markdown
Contributor Author

@sentry review

@jamescrosswell jamescrosswell left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

LGTM!

@jamescrosswell
jamescrosswell merged commit d6d4cde into main Dec 4, 2025
34 checks passed
@jamescrosswell
jamescrosswell deleted the meta/add-sentry-extensions-ai branch December 4, 2025 23:45
BYK pushed a commit to getsentry/sentry-release-registry that referenced this pull request Dec 22, 2025
### Context
- Similar to #222
- Follow-up to getsentry/sentry-dotnet#4773

### Summary
In `sentry-dotnet`, via getsentry/sentry-dotnet#4773,
we added the missing `Sentry.Hangfire` to the `.craft.yml` which we
forgot to add earlier,
so it was missing from the **Sentry Release Registry**.

Now after adding the missing entry, _Craft/Publish_ is failing because
no respective `latest.json` is available yet.
- run:
https://github.com/getsentry/publish/actions/runs/20433184741/job/58708262874
- error:
https://github.com/getsentry/publish/actions/runs/20433184741/job/58708262874#step:12:208

This changeset adds the missing files and symbolic links which are
required by _Craft/Publish_.

### Changes
1. add `6.0.0-rc.2-prerelease` for `Sentry.Hangfire`
2. run `make sync-all-links`
   - added symlink `packages/nuget/Sentry.Hangfire/6.0.json`
   - added symlink `packages/nuget/Sentry.Hangfire/6.json`
   - added symlink `packages/nuget/Sentry.Hangfire/latest.json`

### Follow-up
- [ ] Complete the missing `registry` step from getsentry/publish#6779
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.

2 participants