Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
agramonte committed Dec 6, 2022
1 parent 30e93ea commit d26d22c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@
supportedPlatforms = { ["android"] = true }
}
```
2. Add your bugsnag key to the build settings:
```
applicationChildElements =
{
[[
<meta-data android:name="com.bugsnag.android.API_KEY"
android:value="<your api key>"/>
]],
-- Other stuff you might already have.
}
```
2. Init plugin.
```
Expand Down

0 comments on commit d26d22c

Please sign in to comment.