Skip to content

Commit

Permalink
Remove TODO from Device.cs (#3592)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescrosswell authored Sep 4, 2024
1 parent 2a0a905 commit 49620c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Sentry/Protocol/Device.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ public sealed class Device : ISentryJsonSerializable, ICloneable<Device>, IUpdat
/// </summary>
public const string Type = "device";

// TODO: remove this and replace with separate properties for 'timezone' and 'timezone_display_name'
// since we don't carry enough data to deterministically recreate a TimeZoneInfo instance.
/// <summary>
/// The timezone of the device.
/// </summary>
Expand Down

0 comments on commit 49620c6

Please sign in to comment.