-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove unused logrocket (#4924)
- Loading branch information
Showing
8 changed files
with
6 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -399,7 +399,6 @@ | |
"nunito", | ||
"codesee", | ||
"ehlo", | ||
"logrocket", | ||
"backoff", | ||
"isequal", | ||
"Scriptable", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,7 +48,6 @@ jobs: | |
echo REACT_APP_SENTRY_DSN="https://[email protected]/6250907" >> .env | ||
echo REACT_APP_ENVIRONMENT=production >> .env | ||
echo REACT_APP_SEGMENT_KEY=${{ secrets.WEB_SEGMENT_KEY }} >> .env | ||
echo REACT_APP_LOGROCKET_ID=${{ secrets.LOGROCKET_ID }} >> .env | ||
echo REACT_APP_MAIL_SERVER_DOMAIN="eu.inbound-mail.novu.co" >> .env | ||
echo REACT_APP_LAUNCH_DARKLY_CLIENT_SIDE_ID=${{ secrets.PROD_LAUNCH_DARKLY_CLIENT_SIDE_ID }} >> .env | ||
|
@@ -65,7 +64,6 @@ jobs: | |
REACT_APP_WEBHOOK_URL: https://eu.webhook.novu.co | ||
REACT_APP_WIDGET_EMBED_PATH: https://eu.embed.novu.co/embed.umd.min.js | ||
REACT_APP_NOVU_APP_ID: ${{ secrets.NOVU_APP_ID }} | ||
REACT_APP_LOGROCKET_ID: ${{ secrets.LOGROCKET_ID }} | ||
REACT_APP_SENTRY_DSN: https://[email protected]/6250907 | ||
REACT_APP_ENVIRONMENT: production | ||
REACT_APP_MAIL_SERVER_DOMAIN: eu.inbound-mail.novu.co | ||
|
@@ -128,7 +126,6 @@ jobs: | |
echo REACT_APP_SENTRY_DSN="https://[email protected]/6250907" >> .env | ||
echo REACT_APP_ENVIRONMENT=production >> .env | ||
echo REACT_APP_SEGMENT_KEY=${{ secrets.WEB_SEGMENT_KEY }} >> .env | ||
echo REACT_APP_LOGROCKET_ID=${{ secrets.LOGROCKET_ID }} >> .env | ||
echo REACT_APP_MAIL_SERVER_DOMAIN="inbound-mail.novu.co" >> .env | ||
echo REACT_APP_LAUNCH_DARKLY_CLIENT_SIDE_ID=${{ secrets.PROD_LAUNCH_DARKLY_CLIENT_SIDE_ID }} >> .env | ||
|
@@ -145,7 +142,6 @@ jobs: | |
REACT_APP_WEBHOOK_URL: https://webhook.novu.co | ||
REACT_APP_WIDGET_EMBED_PATH: https://embed.novu.co/embed.umd.min.js | ||
REACT_APP_NOVU_APP_ID: ${{ secrets.NOVU_APP_ID }} | ||
REACT_APP_LOGROCKET_ID: ${{ secrets.LOGROCKET_ID }} | ||
REACT_APP_SENTRY_DSN: https://[email protected]/6250907 | ||
REACT_APP_ENVIRONMENT: production | ||
REACT_APP_MAIL_SERVER_DOMAIN: inbound-mail.novu.co | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.