From b7cf5b5ce65c2fec1956d65430269ea8e588fc14 Mon Sep 17 00:00:00 2001 From: bitsandfoxes Date: Thu, 28 Apr 2022 11:41:37 +0200 Subject: [PATCH 1/3] added migration path from 0.3.0 --- src/platforms/unity/migration.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/platforms/unity/migration.mdx b/src/platforms/unity/migration.mdx index 5288dd5ef73e32..75e3225a705feb 100644 --- a/src/platforms/unity/migration.mdx +++ b/src/platforms/unity/migration.mdx @@ -6,6 +6,10 @@ redirect_from: - /platforms/unity/unity-lite/ --- +## Migrating from 0.3.0 or earlier + +The Sentry SDK deprecated the use of a Json file to store the options in favor of Scriptable Objects. If you're migrating from version 0.3.0 or older make sure to upgrade to version 0.15.0 first, as it is the last version supporting your options stored as Json. When you're opening the Sentry Configuration Editor Window that file will be automatically converted into a Scriptable Object. This support is being dropped in version 0.16.0 going forward. + ## Migrating to 0.11.0 ### Programmatic Configuration Changes From 09907e4054e9a7b23a01a80f9bcbe1bc755b2f4e Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Thu, 28 Apr 2022 17:04:06 +0200 Subject: [PATCH 2/3] Update src/platforms/unity/migration.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- src/platforms/unity/migration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/unity/migration.mdx b/src/platforms/unity/migration.mdx index 75e3225a705feb..7cc5e66490c402 100644 --- a/src/platforms/unity/migration.mdx +++ b/src/platforms/unity/migration.mdx @@ -6,7 +6,7 @@ redirect_from: - /platforms/unity/unity-lite/ --- -## Migrating from 0.3.0 or earlier +## Migrating From 0.3.0 or earlier The Sentry SDK deprecated the use of a Json file to store the options in favor of Scriptable Objects. If you're migrating from version 0.3.0 or older make sure to upgrade to version 0.15.0 first, as it is the last version supporting your options stored as Json. When you're opening the Sentry Configuration Editor Window that file will be automatically converted into a Scriptable Object. This support is being dropped in version 0.16.0 going forward. From 1be988d7d4922a611573fc12371c4307aba84ae4 Mon Sep 17 00:00:00 2001 From: Stefan Jandl Date: Thu, 28 Apr 2022 17:04:44 +0200 Subject: [PATCH 3/3] Update src/platforms/unity/migration.mdx Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- src/platforms/unity/migration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platforms/unity/migration.mdx b/src/platforms/unity/migration.mdx index 7cc5e66490c402..e0889a1ed5cc33 100644 --- a/src/platforms/unity/migration.mdx +++ b/src/platforms/unity/migration.mdx @@ -8,7 +8,7 @@ redirect_from: ## Migrating From 0.3.0 or earlier -The Sentry SDK deprecated the use of a Json file to store the options in favor of Scriptable Objects. If you're migrating from version 0.3.0 or older make sure to upgrade to version 0.15.0 first, as it is the last version supporting your options stored as Json. When you're opening the Sentry Configuration Editor Window that file will be automatically converted into a Scriptable Object. This support is being dropped in version 0.16.0 going forward. +The Sentry SDK deprecated the use of a JSON file to store the options in favor of scriptable objects. If you're migrating from version 0.3.0 or older, make sure to upgrade to version 0.15.0 first, as it is the last version supporting your options stored as JSON. When you're opening the Sentry configuration editor window, that file will be automatically converted into a scriptable object. This support will be dropped in version 0.16.0 and going forward. ## Migrating to 0.11.0