Skip to content

Commit

Permalink
feat: add instabug third party
Browse files Browse the repository at this point in the history
  • Loading branch information
julienherrero committed Jun 2, 2024
1 parent a6af33d commit 6ae62d2
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
Binary file added public/images/third_party_logos/instabug.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/includes/yaml/thirdpartyservices.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,10 @@
link:
privacy: https://configcat.com/policies/privacy/
terms: https://configcat.com/policies/
- name: Instabug
model: instabug
instabug: false
logo: images/third_party_logos/instabug.png
link:
privacy: https://www.instabug.com/privacy
terms: https://www.instabug.com/terms
10 changes: 10 additions & 0 deletions src/js/thirdpartyservices.js
Original file line number Diff line number Diff line change
Expand Up @@ -326,5 +326,15 @@ var thirdPartyServicesJsonArray = [
"privacy": "https://configcat.com/policies/privacy/",
"terms": "https://configcat.com/policies/"
}
},
{
"name": "Instabug",
"model": "instabug",
"instabug": false,
"logo": "images/third_party_logos/instabug.png",
"link": {
"privacy": "https://www.instabug.com/privacy",
"terms": "https://www.instabug.com/terms"
}
}
]

0 comments on commit 6ae62d2

Please sign in to comment.