sentry_breakpad 0.1.5 → 0.1.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ed0bd64a7be20ce5867ffedb33f6d27ca88bb114
4
- data.tar.gz: e2bf4c7d197ce6bb37251679a5dab508fbdb2ccd
3
+ metadata.gz: b9b6a01345334d3ef90217d42f2cb5b23ea443d8
4
+ data.tar.gz: a4715adda95154c7a53424cc95a67fd2ce81f830
5
5
  SHA512:
6
- metadata.gz: 2728950ca6da1a0c41e4da0731f1e338131f977e95d2e4a6d7691dfc26406356a242e2f99399d61b10de6348b73225b83b20f5c28945e15ddc1560ebf9a17626
7
- data.tar.gz: 75c66b5965ba56de38258a0b60689d700dcd6220a596ccc86cdbff19ade9d65b903cc8ea6611ec835f19708118b8315e5aad7a2df09ab12671bff0031c3005d9
6
+ metadata.gz: 5a47920f71884452109a08f99c2a49789c876e4a6cee95268cd6be7b92c0d4f5bda08c4b70d6ef9f19f23b5ebf6682992c3786006f25b3377e4a30e9e55b26e3
7
+ data.tar.gz: 89d7bcf13b9fd9084a56d9387e67df05f21c24c3b8b74c2ed1d99dbb030c5d98762566d6bff2a871dd208a2be3383f8c8f6dab51f4bbb7988dbf2980259ff478
@@ -43,7 +43,9 @@ module SentryBreakpad
43
43
  'logger' => 'breakpad',
44
44
  'platform' => 'c',
45
45
  'interfaces' => {
46
- 'stacktrace' => @crashed_thread_stacktrace
46
+ 'stacktrace' => {
47
+ 'frames' => @crashed_thread_stacktrace
48
+ }
47
49
  }
48
50
  }
49
51
  end
@@ -1,3 +1,3 @@
1
1
  module SentryBreakpad
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sentry_breakpad
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jean Rouge