plainx-sentry 0.10.0__tar.gz → 0.10.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: plainx-sentry
3
- Version: 0.10.0
3
+ Version: 0.10.1
4
4
  Author-email: Dave Gaeddert <dave.gaeddert@gmail.com>
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: plain-auth>=0.16.0
@@ -1,5 +1,5 @@
1
1
  {% if sentry_public_key|default("") -%}
2
- <script src="https://js.sentry-cdn.com/{{ sentry_public_key }}.min.js" crossorigin="anonymous"></script>
2
+ <script src="https://js.sentry-cdn.com/{{ sentry_public_key }}.min.js" crossorigin="anonymous" nonce="{{ csp_nonce }}"></script>
3
3
  {{ sentry_init|json_script("sentry_init", csp_nonce) }}
4
4
  <script nonce="{{ csp_nonce }}">
5
5
  var sentryInit = JSON.parse(document.getElementById("sentry_init").textContent);
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "plainx-sentry"
3
- version = "0.10.0"
3
+ version = "0.10.1"
4
4
  description = ""
5
5
  readme = "README.md"
6
6
  authors = [
@@ -657,7 +657,7 @@ wheels = [
657
657
 
658
658
  [[package]]
659
659
  name = "plainx-sentry"
660
- version = "0.9.0"
660
+ version = "0.10.1"
661
661
  source = { editable = "." }
662
662
  dependencies = [
663
663
  { name = "plain-auth", version = "0.16.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.13'" },
File without changes