Skip to content

chore: fix missing skill#5134

Merged
jamescrosswell merged 1 commit intomainfrom
fix-missing-skill
Apr 20, 2026
Merged

chore: fix missing skill#5134
jamescrosswell merged 1 commit intomainfrom
fix-missing-skill

Conversation

@jamescrosswell
Copy link
Copy Markdown
Collaborator

Seeing the following error:

./dev.cs aiup
[dev] Installing/updating AI agent files
==> npx @sentry/dotagents install: npx @sentry/dotagents install
Failed to resolve skill "create-pr": Skill "create-pr" not found in getsentry/skills. Tried conventional directories. Use the 'path' field to specify the location explicitly.

Seems to be because this skill is missing so removing it from agents.toml

@github-actions
Copy link
Copy Markdown
Contributor

Semver Impact of This PR

None (no version bump detected)

📋 Changelog Preview

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


Features ✨

  • feat: Add network details for session replay on iOS by jamescrosswell in #4891
  • feat: Add option to exclude certain HTTP statuses from tracing by jamescrosswell in #5034

Fixes 🐛

  • fix: memory leak when profiling is enabled by jamescrosswell in #5133
  • fix: prevent redundant native exceptions on iOS by jpnurmi in #5126
  • fix: prevent redundant native exceptions on Android/Mono by jpnurmi in #4676
    • Note: opt in by setting options.Native.ExperimentalOptions.SignalHandlerStrategy to Sentry.Android.SignalHandlerStrategy.ChainAtStart

Dependencies ⬆️

Deps

  • chore(deps): update Cocoa SDK to v9.10.0 by github-actions in #5132
  • chore(deps): update Cocoa SDK to v9.9.0 by github-actions in #5115
  • chore(deps): update Java SDK to v8.38.0 by github-actions in #5124

Other

  • chore: fix missing skill by jamescrosswell in #5134

🤖 This preview updates automatically when you update the PR.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.05%. Comparing base (e99c3d1) to head (cdd5e85).
⚠️ Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5134      +/-   ##
==========================================
+ Coverage   74.04%   74.05%   +0.01%     
==========================================
  Files         501      501              
  Lines       18107    18107              
  Branches     3523     3523              
==========================================
+ Hits        13408    13410       +2     
+ Misses       3838     3837       -1     
+ Partials      861      860       -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.

@jamescrosswell jamescrosswell marked this pull request as ready for review April 17, 2026 22:38
Copy link
Copy Markdown
Collaborator

@jpnurmi jpnurmi left a comment

Choose a reason for hiding this comment

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

The create-pr alias was removed in:

It was an alias for pr-writer that is already listed:

[[skills]]
name = "pr-writer"
source = "getsentry/skills"

@jamescrosswell jamescrosswell merged commit 8efcbd6 into main Apr 20, 2026
56 of 57 checks passed
@jamescrosswell jamescrosswell deleted the fix-missing-skill branch April 20, 2026 10:03
jamescrosswell added a commit that referenced this pull request Apr 30, 2026
evgenygunko pushed a commit to evgenygunko/CopyWordsDA that referenced this pull request May 6, 2026
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [Sentry.Maui](https://sentry.io/) ([source](https://github.com/getsentry/sentry-dotnet)) | nuget | minor | `6.4.1` -> `6.5.0` |

---

### Release Notes

<details>
<summary>getsentry/sentry-dotnet (Sentry.Maui)</summary>

### [`v6.5.0`](https://github.com/getsentry/sentry-dotnet/blob/HEAD/CHANGELOG.md#650)

[Compare Source](getsentry/sentry-dotnet@6.4.1...6.5.0)

##### Features ✨

-   feat: Add support to send OTEL traces via OTLP by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;4899](getsentry/sentry-dotnet#4899)

##### Fixes 🐛

-   fix(unity): update `SentryEvent` to have `IsCaptured` to allow dropping screenshots of filtered events by [@&#8203;JoshuaMoelans](https://github.com/JoshuaMoelans) in [#&#8203;5162](getsentry/sentry-dotnet#5162)
-   fix: Memory leak when filtered Activities get garbage collected before `PruneFilteredSpans` runs by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5186](getsentry/sentry-dotnet#5186)

##### Dependencies ⬆️

##### Deps

-   chore(deps): update Cocoa SDK to v9.12.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5179](getsentry/sentry-dotnet#5179)
-   chore(deps): update CLI to v3.4.1 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5171](getsentry/sentry-dotnet#5171)
-   chore(deps): update Native SDK to v0.13.8 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5165](getsentry/sentry-dotnet#5165)
-   chore(deps): update Java SDK to v8.40.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5161](getsentry/sentry-dotnet#5161)
-   chore(deps): update Cocoa SDK to v9.11.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5160](getsentry/sentry-dotnet#5160)
-   chore(deps): update CLI to v3.4.0 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5145](getsentry/sentry-dotnet#5145)
-   chore(deps): update Java SDK to v8.39.1 by [@&#8203;github-actions](https://github.com/github-actions) in [#&#8203;5144](getsentry/sentry-dotnet#5144)

##### Other

-   perf(logs): avoid string allocation when no parameters are passed by [@&#8203;Flash0ver](https://github.com/Flash0ver) in [#&#8203;4697](getsentry/sentry-dotnet#4697)
-   chore: fix missing skill by [@&#8203;jamescrosswell](https://github.com/jamescrosswell) in [#&#8203;5134](getsentry/sentry-dotnet#5134)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 *...
gunndabad added a commit to DFE-Digital/teaching-record-system that referenced this pull request May 6, 2026
Updated [Sentry.AspNetCore](https://github.com/getsentry/sentry-dotnet)
from 6.4.1 to 6.5.0.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.AspNetCore's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.5.0

### Features ✨

- feat: Add support to send OTEL traces via OTLP by @​jamescrosswell in
[#​4899](getsentry/sentry-dotnet#4899)

### Fixes 🐛

- fix(unity): update `SentryEvent` to have `IsCaptured` to allow
dropping screenshots of filtered events by @​JoshuaMoelans in
[#​5162](getsentry/sentry-dotnet#5162)
- fix: Memory leak when filtered Activities get garbage collected before
`PruneFilteredSpans` runs by @​jamescrosswell in
[#​5186](getsentry/sentry-dotnet#5186)

### Dependencies ⬆️

#### Deps

- chore(deps): update Cocoa SDK to v9.12.0 by @​github-actions in
[#​5179](getsentry/sentry-dotnet#5179)
- chore(deps): update CLI to v3.4.1 by @​github-actions in
[#​5171](getsentry/sentry-dotnet#5171)
- chore(deps): update Native SDK to v0.13.8 by @​github-actions in
[#​5165](getsentry/sentry-dotnet#5165)
- chore(deps): update Java SDK to v8.40.0 by @​github-actions in
[#​5161](getsentry/sentry-dotnet#5161)
- chore(deps): update Cocoa SDK to v9.11.0 by @​github-actions in
[#​5160](getsentry/sentry-dotnet#5160)
- chore(deps): update CLI to v3.4.0 by @​github-actions in
[#​5145](getsentry/sentry-dotnet#5145)
- chore(deps): update Java SDK to v8.39.1 by @​github-actions in
[#​5144](getsentry/sentry-dotnet#5144)

### Other

- perf(logs): avoid string allocation when no parameters are passed by
@​Flash0ver in
[#​4697](getsentry/sentry-dotnet#4697)
- chore: fix missing skill by @​jamescrosswell in
[#​5134](getsentry/sentry-dotnet#5134)

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.4.1...6.5.0).
</details>

Updated
[Sentry.Extensions.Logging](https://github.com/getsentry/sentry-dotnet)
from 6.4.1 to 6.5.0.

<details>
<summary>Release notes</summary>

_Sourced from [Sentry.Extensions.Logging's
releases](https://github.com/getsentry/sentry-dotnet/releases)._

## 6.5.0

### Features ✨

- feat: Add support to send OTEL traces via OTLP by @​jamescrosswell in
[#​4899](getsentry/sentry-dotnet#4899)

### Fixes 🐛

- fix(unity): update `SentryEvent` to have `IsCaptured` to allow
dropping screenshots of filtered events by @​JoshuaMoelans in
[#​5162](getsentry/sentry-dotnet#5162)
- fix: Memory leak when filtered Activities get garbage collected before
`PruneFilteredSpans` runs by @​jamescrosswell in
[#​5186](getsentry/sentry-dotnet#5186)

### Dependencies ⬆️

#### Deps

- chore(deps): update Cocoa SDK to v9.12.0 by @​github-actions in
[#​5179](getsentry/sentry-dotnet#5179)
- chore(deps): update CLI to v3.4.1 by @​github-actions in
[#​5171](getsentry/sentry-dotnet#5171)
- chore(deps): update Native SDK to v0.13.8 by @​github-actions in
[#​5165](getsentry/sentry-dotnet#5165)
- chore(deps): update Java SDK to v8.40.0 by @​github-actions in
[#​5161](getsentry/sentry-dotnet#5161)
- chore(deps): update Cocoa SDK to v9.11.0 by @​github-actions in
[#​5160](getsentry/sentry-dotnet#5160)
- chore(deps): update CLI to v3.4.0 by @​github-actions in
[#​5145](getsentry/sentry-dotnet#5145)
- chore(deps): update Java SDK to v8.39.1 by @​github-actions in
[#​5144](getsentry/sentry-dotnet#5144)

### Other

- perf(logs): avoid string allocation when no parameters are passed by
@​Flash0ver in
[#​4697](getsentry/sentry-dotnet#4697)
- chore: fix missing skill by @​jamescrosswell in
[#​5134](getsentry/sentry-dotnet#5134)

Commits viewable in [compare
view](getsentry/sentry-dotnet@6.4.1...6.5.0).
</details>

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: James Gunn <james@gunn.io>
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