-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add LogRocket to do session replay and error tracking (#86)
- Loading branch information
Showing
6 changed files
with
14 additions
and
0 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
VITE_API_BASE_URL= | ||
VITE_GTAG_ID= | ||
VITE_LOG_ROCKET_ID= |
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 |
---|---|---|
|
@@ -32,6 +32,7 @@ jobs: | |
env: | ||
VITE_API_BASE_URL: ${{ secrets.VITE_API_BASE_URL }} | ||
VITE_GTAG_ID: ${{ secrets.VITE_GTAG_ID }} | ||
VITE_LOG_ROCKET_ID: ${{ secrets.VITE_LOG_ROCKET_ID }} | ||
|
||
- name: Deploy 🚀 | ||
uses: JamesIves/[email protected] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
interface ImportMetaEnv { | ||
readonly VITE_API_BASE_URL: string; | ||
readonly VITE_GTAG_ID: string; | ||
readonly VITE_LOG_ROCKET_ID: string; | ||
} |
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
bc2a743
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
taiwan-ebook-lover-github-io – ./
taiwan-ebook-lover-github-io-taiwan-ebook-lover.vercel.app
taiwan-ebook-lover-github-io-git-main-taiwan-ebook-lover.vercel.app
taiwan-ebook-lover-github-io.vercel.app