Skip to content

Commit 099f51c

Browse files
authored
fix: sources (#4464)
1 parent bfaadb2 commit 099f51c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

keep-ui/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ const sentryConfig = {
199199
// Hides source maps from generated client bundles
200200
hideSourceMaps: true,
201201
sourceMaps: {
202-
deleteSourcemapsAfterUpload: process.env.KEEP_INCLUDE_SOURCES !== "false",
202+
deleteSourcemapsAfterUpload: process.env.KEEP_INCLUDE_SOURCES !== "true",
203203
},
204204

205205
// Automatically tree-shake Sentry logger statements to reduce bundle size

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "keep"
3-
version = "0.41.11"
3+
version = "0.41.12"
44
description = "Alerting. for developers, by developers."
55
authors = ["Keep Alerting LTD"]
66
packages = [{include = "keep"}]

0 commit comments

Comments
 (0)