Skip to content

Commit 101e297

Browse files
author
Ali Abdelfattah
authored
Merge pull request #89 from Instabug/fix/usage-docs
Update README.md
2 parents ea8bddc + 722e221 commit 101e297

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ cordova.plugins.instabug.activate(
2626
token: 'MY_TOKEN'
2727
},
2828
'shake',
29+
{
30+
commentRequired: true,
31+
colorTheme: 'dark'
32+
},
2933
function () {
3034
console.log('Instabug initialized.');
3135
},

0 commit comments

Comments
 (0)