BranchMetrics / web-branch-deep-linking-attribution

The Branch Web SDK for deep linking and attribution. Once initialized, the Branch Web SDK allows you to create and share links with a banner (web only), over SMS, or your own methods by generating deep links. It also offers event tracking, access to referrals, and management of credits.
https://help.branch.io/developers-hub/docs/web-sdk-overview
MIT License
288 stars 101 forks source link

Update rollbar.py to use python3 #777

Closed yli-branch closed 3 years ago

yli-branch commented 3 years ago

rollbar.py currently uses python2, which doesn't have request library installed. This meant deploy step was failing at running deployment/rollbar.py step. This PR fixes rollbar.py to use python3, and updates print syntax to python3 syntax.

aaaronlopez commented 3 years ago

I heard from Rex/Jimmy that there may be issues with some other node dependencies with python3 but worth a shot 👍

aaaronlopez commented 3 years ago

Checked with infra, we may as well try if you think this will help