File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ description: "Migrating between versions of Sentry's SDK for Android."
27
27
* ` IHandler ` is now ` MainLooperHandler ` only.
28
28
* ` ISpan ` now has higher precision using the ` System#nanoTime ` instead of milliseconds.
29
29
30
- * Hints changed its type from ` Object ` to ` Map<String, Object> `
30
+ * Hints changed its type from ` Object ` to ` io.sentry.Hint `
31
31
32
32
_ Old_ :
33
33
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ description: "Learn about migrating from io.sentry:sentry 1.x to io.sentry:sentr
28
28
* ` ISpan ` now has higher precision using the ` System#nanoTime ` instead of milliseconds.
29
29
* ` TransactionNameProvider ` is now an interface and ` SpringMvcTransactionNameProvider ` is the default implementation.
30
30
31
- * Hints changed its type from ` Object ` to ` Map<String, Object> `
31
+ * Hints changed its type from ` Object ` to ` io.sentry.Hint `
32
32
33
33
_ Old_ :
34
34
You can’t perform that action at this time.
0 commit comments