Add sentry.

This commit is contained in:
Patrick Fic
2025-10-29 10:53:58 -07:00
parent 72ff11ceab
commit accfb7a38c
9 changed files with 380 additions and 7 deletions

View File

@@ -16,7 +16,6 @@ import { connect } from "react-redux";
import { createStructuredSelector } from "reselect";
import { ThemeSelector } from "../theme-selector/theme-selector";
import UploadDeleteSwitch from "./upload-delete-switch";
const mapStateToProps = createStructuredSelector({
bodyshop: selectBodyshop,
deleteAfterUpload: selectDeleteAfterUpload,