Skip to content

Commit

Permalink
Merge pull request #57 from EOEFANS/main
Browse files Browse the repository at this point in the history
添加sentry会话重放功能
  • Loading branch information
master1lan authored and GitHub Enterprise committed Mar 17, 2023
2 parents f2bd2d8 + 5dbb9b3 commit 8b961a9
Show file tree
Hide file tree
Showing 4 changed files with 226 additions and 106 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

# 1.3.0 (2023-03-17)


### ✨ Features

* **custom**: 添加sentry会话重放功能 ([0fdf08e](https://vlink.dev/EOEFANS/eoefans-web/commits/0fdf08e))



## 1.2.5 (2023-03-16)


Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eoefans-web",
"version": "1.2.5",
"version": "1.3.0",
"type": "module",
"scripts": {
"dev": "vite --config ./config/vite.dev.config.ts",
Expand All @@ -26,7 +26,7 @@
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.9",
"@mui/lab": "5.0.0-alpha.121",
"@mui/lab": "5.0.0-alpha.123",
"@mui/material": "^5.11.9",
"@reduxjs/toolkit": "^1.9.2",
"@sentry/react": "^7.37.2",
Expand Down Expand Up @@ -73,8 +73,8 @@
"standard-version": "^9.5.0",
"tailwindcss": "^3.2.7",
"terser": "^5.16.3",
"typescript": "^4.9.5",
"vite": "4.1.4",
"typescript": "^5.0.2",
"vite": "4.2.0",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-html": "^3.2.0",
"vite-plugin-sentry": "^1.1.7"
Expand Down
Loading

0 comments on commit 8b961a9

Please sign in to comment.