Skip to content
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

feat: PowerShell support #3138

Closed
wants to merge 2 commits into from
Closed

feat: PowerShell support #3138

wants to merge 2 commits into from

Conversation

vaind
Copy link
Collaborator

@vaind vaind commented Feb 9, 2024

This brings initial integration for PowerShell.

closes getsentry/sentry-powershell#3

Copy link
Contributor

github-actions bot commented Feb 9, 2024

Fails
🚫 Please consider adding a changelog entry for the next release.
Messages
📖 Do not forget to update Sentry-docs with your feature once the pull request gets approved.

Instructions and example for changelog

Please add an entry to CHANGELOG.md to the "Unreleased" section. Make sure the entry includes this PR's number.

Example:

## Unreleased

- PowerShell support ([#3138](https://github.com/getsentry/sentry-dotnet/pull/3138))

If none of the above apply, you can opt out of this check by adding #skip-changelog to the PR description.

Generated by 🚫 dangerJS against 095c19a

{
return 'netstandard2.0'
}
else
Copy link
Member

Choose a reason for hiding this comment

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

should this be a guard to a specific min version and else just error out?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I was thinking of letting it try to load the lib since checking the actual available version of .NET framework when running Windows Powershell doesn't seem to be so trivial.

@vaind
Copy link
Collaborator Author

vaind commented Feb 9, 2024

Closed in favor of https://github.com/getsentry/sentry-powershell

@vaind vaind closed this Feb 9, 2024
@vaind vaind deleted the feat/pwsh branch March 10, 2024 12:34
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.

Sentry for PowerShell
2 participants