Skip to content

Commit

Permalink
Rebuild yarn.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
olegpixel committed Jul 3, 2024
2 parents 8781cd8 + cd2d4f3 commit 85ccea3
Show file tree
Hide file tree
Showing 3 changed files with 525 additions and 429 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.7",
"@swc/jest": "^0.2.36",
"@testing-library/dom": "^10.1.0",
"@testing-library/dom": "^10.3.0",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "^14.5.2",
Expand All @@ -56,9 +56,9 @@
"@types/react-router-dom": "^5.2.0",
"@types/testing-library__jest-dom": "6.0.0",
"copy-webpack-plugin": "^12.0.2",
"cspell": "^8.8.4",
"cspell": "^8.10.0",
"css-loader": "^6.10.0",
"cypress": "^13.11.0",
"cypress": "^13.13.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-webpack-plugin": "^4.1.0",
"fork-ts-checker-webpack-plugin": "^9.0.2",
Expand Down
4 changes: 2 additions & 2 deletions pkg/sentry/events_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ func (gei *GetEventsStatsInput) ToQuery() string {
}
params := url.Values{}
params.Set("query", gei.Query)
params.Set("start", gei.From.Format("2006-01-02T15:04:05"))
params.Set("end", gei.To.Format("2006-01-02T15:04:05"))
params.Set("start", gei.From.Format("2006-01-02T15:04:05Z07:00"))
params.Set("end", gei.To.Format("2006-01-02T15:04:05Z07:00"))
params.Set("interval", FormatSentryInterval(gei.Interval))
params.Set("partial", "1")
params.Set("excludeOther", "1")
Expand Down
Loading

0 comments on commit 85ccea3

Please sign in to comment.