Skip to content

Commit

Permalink
Revert "temp: force sentry error"
Browse files Browse the repository at this point in the history
This reverts commit d30481d.
  • Loading branch information
KaylaBrady committed Aug 18, 2023
1 parent d30481d commit 430a42d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assets/src/components/searchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import React, {
useRef,
useState,
} from "react"
import * as Sentry from "@sentry/react"

import { StateDispatchContext } from "../contexts/stateDispatchContext"
import { SearchIcon } from "../helpers/icon"
Expand Down Expand Up @@ -346,7 +345,6 @@ const SearchFormFromStateDispatchContext = ({
onPropertyChange={(property: SearchPropertyQuery) => {
dispatch(setOldSearchProperty(property))
dispatch(submitSearch())
Sentry.captureException({ error: "ohNo! Test error hit" })
}}
onSelectVehicleOption={(vehicle) => {
dispatch(
Expand Down

0 comments on commit 430a42d

Please sign in to comment.