Sha256: 2ed623ca70c8c79e13c777eb07fffff900dc9c9a110ce106b9cec5a171993667
Contents?: true
Size: 832 Bytes
Versions: 43
Compression:
Stored size: 832 Bytes
Contents
# CrashReport ## Example CrashReport Object ``` { "id": 1 } ``` * `id` (int64): Crash Report ID * `build` (string): * `platform` (string): * `product_name` (string): * `version` (string): * `comment` (string): * `email` (string): * `platform_version` (string): * `release_channel` (string): --- ## Internal hidden endpoint. Subject to change. Not for public consumption ``` Files::CrashReport.create( build: "123", platform: "win32", product_name: "Files.com", version: "1.0.0", comment: "Comment", email: "johndoe@gmail.com" ) ``` ### Parameters * `build` (string): Required - * `platform` (string): Required - * `product_name` (string): Required - * `version` (string): Required - * `comment` (string): * `email` (string): * `platform_version` (string): * `release_channel` (string):
Version data entries
43 entries across 43 versions & 1 rubygems