diff --git a/CHANGELOG.md b/CHANGELOG.md index 19924d1477..48d1ccadde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Unreleased + +## Features + +- Add Sentry to global usings when ImplicitUsings is enabled (`true`) ([#1398](https://github.com/getsentry/sentry-dotnet/pull/1398)) + +### Fixes + +- Create CachingTransport directories in constructor to avoid DirectoryNotFoundException ([#1432](https://github.com/getsentry/sentry-dotnet/pull/1432)) + ## 3.13.0 ### Features @@ -10,7 +20,6 @@ ### Fixes - Dispose of client should only flush ([#1354](https://github.com/getsentry/sentry-dotnet/pull/1354)) -- Create CachingTransport directories in contructor to avoid DirectoryNotFoundException ([#1432](https://github.com/getsentry/sentry-dotnet/pull/1432)) ## 3.12.3 diff --git a/src/Sentry/Sentry.csproj b/src/Sentry/Sentry.csproj index cea874f2c3..6c03caad3c 100644 --- a/src/Sentry/Sentry.csproj +++ b/src/Sentry/Sentry.csproj @@ -51,4 +51,9 @@ - + + + + + + \ No newline at end of file diff --git a/src/Sentry/buildTransitive/Sentry.props b/src/Sentry/buildTransitive/Sentry.props new file mode 100644 index 0000000000..e9a2d27164 --- /dev/null +++ b/src/Sentry/buildTransitive/Sentry.props @@ -0,0 +1,6 @@ + + + + + +