https://github.com/alianblank/io.sentry.unity
从Sentry二次分发而来
https://github.com/alianblank/io.sentry.unity
Last synced: 2 months ago
JSON representation
从Sentry二次分发而来
- Host: GitHub
- URL: https://github.com/alianblank/io.sentry.unity
- Owner: AlianBlank
- License: mit
- Created: 2023-12-02T10:33:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-02T10:38:50.000Z (over 1 year ago)
- Last Synced: 2024-10-11T10:35:22.340Z (8 months ago)
- Language: Objective-C
- Size: 17.3 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 基于`io.sentry.unity` 的二次修改
该库主要服务于 `https://github.com/AlianBlank/GameFrameX` 作为子库使用。
# 使用方式(三种方式)
1. 直接在 `manifest.json` 文件中的`dependencies` 下添加以下内容
```json
{"io.sentry.unity": "https://github.com/AlianBlank/io.sentry.unity.git"}
```
2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为:https://github.com/AlianBlank/io.sentry.unity.git3. 直接下载仓库放置到Unity 项目的`Packages` 目录下。会自动加载识别
# 改动功能
1. 增加`link.xml` 防止代码被裁剪
# 官方文档
https://docs.sentry.io/platforms/unity/
当前同步的版本信息:
0.22.0Sentry SDK for Unity
===========This is the UPM package for the Sentry SDK for Unity.
Install it via `UPM`:
```
https://github.com/getsentry/unity.git#0.22.0
```## Source code
The source code for this project is located at: https://github.com/getsentry/sentry-unity/
## Resources
* [](https://docs.sentry.io/platforms/unity/)
* [](https://github.com/getsentry/sentry-unity/discussions)
* [](https://discord.gg/PXa5Apfe7K)
* [](http://stackoverflow.com/questions/tagged/sentry)
* [](https://twitter.com/intent/follow?screen_name=getsentry)