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."
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
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
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
You can’t perform that action at this time.
0 commit comments