Skip to content

Commit 3bfd0fe

Browse files
authored
Change migration guide for hints (#5068)
1 parent b2d8496 commit 3bfd0fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/platforms/android/migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ description: "Migrating between versions of Sentry's SDK for Android."
2727
* `IHandler` is now `MainLooperHandler` only.
2828
* `ISpan` now has higher precision using the `System#nanoTime` instead of milliseconds.
2929

30-
* Hints changed its type from `Object` to `Map<String, Object>`
30+
* Hints changed its type from `Object` to `io.sentry.Hint`
3131

3232
_Old_:
3333

src/platforms/java/migration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ description: "Learn about migrating from io.sentry:sentry 1.x to io.sentry:sentr
2828
* `ISpan` now has higher precision using the `System#nanoTime` instead of milliseconds.
2929
* `TransactionNameProvider` is now an interface and `SpringMvcTransactionNameProvider` is the default implementation.
3030

31-
* Hints changed its type from `Object` to `Map<String, Object>`
31+
* Hints changed its type from `Object` to `io.sentry.Hint`
3232

3333
_Old_:
3434

0 commit comments

Comments
 (0)