Skip to content

Commit

Permalink
Update MIGRATION.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Guedes Maia <iangmaia@users.noreply.github.com>
  • Loading branch information
wzieba and iangmaia authored Feb 1, 2024
1 parent 2e3d970 commit 3b16ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ This document acts as a guide for migration, detailing every breaking change tha

When migrating to version 4.x of the Parse.ly Android SDK, you will encounter several changes that may require updates to your codebase. The following list details these breaking changes and recommended actions:

### Removed initialization `ParselyTracker#sharedInstace` methods
### Removed initialization `ParselyTracker#sharedInstance` methods

Previously, the SDK was initialized `ParselyTracker#sharedInstace` method, which should be replaced with `ParselyTracker#init` method:
Previously, the SDK was initialized `ParselyTracker#sharedInstance` method, which should be replaced with `ParselyTracker#init` method:

```kotlin
ParselyTracker.sharedInstance("example.com", 30, this, true) // before
Expand Down

0 comments on commit 3b16ce9

Please sign in to comment.