-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Changelog | ||
|
||
## 0.0.14 | ||
|
||
### Fixes | ||
|
||
- SDK version format correction (#120) | ||
- Auto compression option is part of drop down (no extra checkbox) (#160) | ||
|
||
## 0.0.13 | ||
|
||
- Missing meta files warnings (#146) | ||
|
||
## 0.0.12 | ||
|
||
- Release process improvements | ||
|
||
## 0.0.11 | ||
|
||
- Craft Release | ||
|
||
## 0.0.10 | ||
|
||
- Add missing meta files (cd9c7fd) | ||
|
||
## 0.0.9 | ||
|
||
- UPM meta updated (#124) | ||
- Bump dotnet 3.3.4 (#132) | ||
- https://github.com/getsentry/sentry-dotnet/blob/main/CHANGELOG.md#334 | ||
- Bug fixes for performance monitoring | ||
- Ability to keep failed envelopes for troubleshooting when they are too large | ||
- Unity Sentry SDK programmatic setup (#130) | ||
- SentryWindow updated | ||
|
||
## 0.0.8 | ||
|
||
### Fixes | ||
|
||
- Bump sentry-dotnet to 8ca0906 - fix IL2CPP crash (#122) | ||
- IL2CPP players crash due to startup time detection (#123) | ||
|
||
## 0.0.7 | ||
|
||
### Features | ||
|
||
- Strip zeroes for ill2cpp builds (#108) | ||
- Proper sdk name reporting for sentry event (#111) | ||
- Bump .NET SDK to 3.3.1 (#115) | ||
- Release package samples (#113) | ||
|
||
## 0.0.6 | ||
|
||
### First release through UPM | ||
|
||
- .NET SDK setup for Unity with Unity editor configuration. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"name": "io.sentry.unity.editor" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2021 Sentry | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
delete me. | ||
<p align="center"> | ||
<a href="https://sentry.io" target="_blank" align="center"> | ||
<img src="https://sentry-brand.storage.googleapis.com/sentry-logo-black.png" width="280"> | ||
</a> | ||
<br /> | ||
</p> | ||
|
||
Sentry SDK for Unity | ||
=========== | ||
|
||
This is the UPM package for the Sentry SDK for Unity. | ||
|
||
Install it via `UPM`: `https://github.com/getsentry/unity.git#x.x.x` | ||
Where `x.x.x` is [the latest release](https://github.com/getsentry/unity/releases). | ||
|
||
## Source code | ||
|
||
The source code for this project is located at: https://github.com/getsentry/sentry-unity/ | ||
|
||
## Resources | ||
|
||
* [![Documentation](https://img.shields.io/badge/documentation-sentry.io-green.svg)](https://docs.sentry.io/platforms/unity/) | ||
* [![Forum](https://img.shields.io/badge/forum-sentry-green.svg)](https://forum.sentry.io/c/sdks) | ||
* [![Discord Chat](https://img.shields.io/discord/621778831602221064?logo=discord&logoColor=ffffff&color=7389D8)](https://discord.gg/PXa5Apfe7K) | ||
* [![Stack Overflow](https://img.shields.io/badge/stack%20overflow-sentry-green.svg)](http://stackoverflow.com/questions/tagged/sentry) | ||
* [![Twitter Follow](https://img.shields.io/twitter/follow/getsentry?label=getsentry&style=social)](https://twitter.com/intent/follow?screen_name=getsentry) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.