Skip to content

Commit

Permalink
release 0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes committed May 12, 2021
1 parent 34e03ae commit 59b0037
Show file tree
Hide file tree
Showing 46 changed files with 6,297 additions and 1 deletion.
56 changes: 56 additions & 0 deletions CHANGELOG.md
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.
7 changes: 7 additions & 0 deletions CHANGELOG.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Editor/Sentry.Unity.Editor.dll
Binary file not shown.
33 changes: 33 additions & 0 deletions Editor/Sentry.Unity.Editor.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Editor/io.sentry.unity.editor.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"name": "io.sentry.unity.editor"
}
7 changes: 7 additions & 0 deletions Editor/io.sentry.unity.editor.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions LICENSE.md
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.
7 changes: 7 additions & 0 deletions LICENSE.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 26 additions & 1 deletion README.md
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)
7 changes: 7 additions & 0 deletions README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions Runtime.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Runtime/Microsoft.Bcl.AsyncInterfaces.dll
Binary file not shown.
33 changes: 33 additions & 0 deletions Runtime/Microsoft.Bcl.AsyncInterfaces.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Runtime/Sentry.Unity.dll
Binary file not shown.
33 changes: 33 additions & 0 deletions Runtime/Sentry.Unity.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Runtime/Sentry.Unity.pdb
Binary file not shown.
7 changes: 7 additions & 0 deletions Runtime/Sentry.Unity.pdb.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added Runtime/Sentry.dll
Binary file not shown.
33 changes: 33 additions & 0 deletions Runtime/Sentry.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59b0037

Please sign in to comment.