Minecraft-Console-Client/MinecraftClient/Protocol/Handlers
breadbyte 08551097c6
Add Sentry Error Tracking (#2670)
* Add Sentry Error Tracking

* Omit personally identifiable information and add additional sentry context

* Remove debug message

* Make sentry opt-out and add related notices and strings

Also add Minecraft Version to error context

* Update build to send release info to sentry

* Adjust sentry error tracking

- Send the user-friendly Minecraft Version in the error logs
- Capture exceptions in more parts of the application

We now capture exceptions from the following locations:
- Protocol18 (1.8+) Packet errors
- Errors during client initialization phase (When client is about to start, session keys are NEVER sent to sentry)

* Make Sentry DSN configurable and repository-specific

The Sentry DSN will automatically be filled out on the main repository through the Github Actions build.

* Update build-and-release.yml

Update sed command

* style: change variable name

nitpick, just to make it a little bit more descriptive

* Add Sentry branding in README.

* remove old code (merge conflict)
2024-06-22 06:41:13 +08:00
..
Forge refactor(ForgeInfo.cs): Remove unused code and edit comments 2024-02-20 22:02:22 +08:00
Packet/s2c feat(DeclareCommands.cs): Add 1.20.3+ version check 2024-03-10 12:03:07 +08:00
PacketPalettes Implemented 1.20.3 2024-01-30 12:51:47 +01:00
ConfigurationPacketTypesIn.cs Implemented 1.20.3 2024-01-30 12:51:47 +01:00
ConfigurationPacketTypesOut.cs Added Configuration Packets mapping 2024-01-29 15:39:39 +01:00
DataTypes.cs Added 1.8 Item Mappings and Support 2024-03-12 11:15:05 +01:00
PacketType18Handler.cs Fix(PacketType18Handler.cs): 1.20 Packet Palette (#2715) 2024-03-20 14:10:06 +08:00
PacketTypesIn.cs Implemented 1.20.3 2024-01-30 12:51:47 +01:00
PacketTypesOut.cs Implemented 1.20.3 2024-01-30 12:51:47 +01:00
Protocol16.cs fixed typo in word heAlper lol 2024-04-16 21:21:08 +03:00
Protocol18.cs Add Sentry Error Tracking (#2670) 2024-06-22 06:41:13 +08:00
Protocol18Forge.cs fix(Protocol18Forge.cs): Version bigger or equal 1.18 is FML3 2024-02-20 22:23:46 +08:00
Protocol18Terrain.cs 1.19.3 PlayerRemove & Explosion packet 2023-01-14 15:55:40 +08:00
SocketWrapper.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00
ZlibUtils.cs Fix all warnings & Trim (#2226) 2022-10-02 18:31:08 +08:00