1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00
osu-lazer/osu.Game/Utils
Dean Herbert bc294b8157 Add sentry tags for operating system and processor count
These would usually be in the log header, but right now that's not
conveyed. An example use case would be better understanding
https://sentry.ppy.sh/organizations/ppy/issues/846/?project=2&query=is%3Aunresolved&sort=freq&statsPeriod=14d,
where we currently don't know whether it is a desktop or mobile OS.
2022-05-17 12:53:14 +09:00
..
BatteryInfo.cs Remove IsLowBattery 2021-04-12 11:15:24 -04:00
ColourUtils.cs Implement new difficulty rating colour spectrum sampling 2021-08-03 14:33:45 +03:00
FormatUtils.cs Fix multiple issues with textbox content display 2021-11-12 23:32:12 +01:00
HumanizerUtils.cs Cleanup 2019-08-28 20:15:28 +09:00
IDeepCloneable.cs Add IDeepCloneable interface and update existing CreateCopy methods to use it 2021-07-19 12:54:17 +09:00
LegacyRandom.cs Move FastRandom to LegacyRandom in osu.Game project 2022-04-28 17:47:32 +09:00
LegacyUtils.cs Remove unnecessary "in" keyword 2021-08-09 20:53:02 +10:00
ModUtils.cs Add note about not checking compatibility in free mods validity method 2022-05-05 16:16:55 +03:00
NamingUtils.cs Implement best-name-finding helper method 2022-02-17 00:28:17 +01:00
Optional.cs Remove empty <returns> xmldoc 2021-04-12 17:46:14 +09:00
PeriodTracker.cs Make PeriodTracker actually immutable 2020-05-02 01:33:33 +02:00
SentryLogger.cs Add sentry tags for operating system and processor count 2022-05-17 12:53:14 +09:00
StatelessRNG.cs Apply batch fixing of built-in types using var 2021-10-27 13:04:41 +09:00
TaskChain.cs Update TaskChain to use ContinueWithSequential internally 2021-01-29 16:19:46 +09:00
ZipUtils.cs Limit new IsZipArchive method to MemoryStream for now 2021-11-12 19:16:22 +09:00