Any contributions are welcome, be it feedback, bug reports, documentation, or code contributions.
- Clone the repository
- Launch
./scripts/download.ps1
to download the required dependencies. You'll need to do this again later, when a sentry-dotnet SDK version changes.
We use pester to execute tests. First, you'll need to import the development version of the module.
Import-Module ./modules/Sentry/Sentry.psd1
Invoke-Pester
Note: changes to the module code you make after the import won't be reflected. Reimporting the module won't work either. You'll need to close the shell and import again in a new shell instance.