From aca12b5cffc8ec963c9be423b9a5611657d99500 Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Tue, 24 May 2022 07:06:42 +0200 Subject: [PATCH] Change migration guide for hints --- src/platforms/android/migration.mdx | 2 +- src/platforms/java/migration.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platforms/android/migration.mdx b/src/platforms/android/migration.mdx index 9087e51bd7428..bb6ab6bb5275a 100644 --- a/src/platforms/android/migration.mdx +++ b/src/platforms/android/migration.mdx @@ -27,7 +27,7 @@ description: "Migrating between versions of Sentry's SDK for Android." * `IHandler` is now `MainLooperHandler` only. * `ISpan` now has higher precision using the `System#nanoTime` instead of milliseconds. -* Hints changed its type from `Object` to `Map` +* Hints changed its type from `Object` to `io.sentry.Hint` _Old_: diff --git a/src/platforms/java/migration.mdx b/src/platforms/java/migration.mdx index 3cc3c83053403..ff081a6aef558 100644 --- a/src/platforms/java/migration.mdx +++ b/src/platforms/java/migration.mdx @@ -28,7 +28,7 @@ description: "Learn about migrating from io.sentry:sentry 1.x to io.sentry:sentr * `ISpan` now has higher precision using the `System#nanoTime` instead of milliseconds. * `TransactionNameProvider` is now an interface and `SpringMvcTransactionNameProvider` is the default implementation. -* Hints changed its type from `Object` to `Map` +* Hints changed its type from `Object` to `io.sentry.Hint` _Old_: