Formatter Validator Minifier Escape / Unescape JSON ↔ String JSON ↔ YAML JSON → CSV NDJSON / JSON Lines JSON → Types JSON ↔ XML JSON Diff JSON Patch Canonicalize (RFC 8785) Schema Validator Schema Generator JSONPath Tester JWT Decoder JSON Errors Schemas More Tools
JSONTools / Schema registry / Embrace Config
Schema registry

Embrace Config

Embrace configuration file

embrace-config.json

Check your file against this schema

Opens the validator with this schema already loaded. Paste your embrace-config.json and it validates in your browser — nothing is uploaded.

Validate a embrace-config.json → View raw schema

Fields

Generated directly from the schema, following local $refs, to two levels of nesting.

Field Type Description
app_idstringYour 5 character app ID.
api_tokenstringYour API 32-hexdigit token.
ndk_enabledbooleanEnables NDK crash capture. Defaults to false.
sdk_configobject
sdk_config.automatic_data_captureobject
sdk_config.automatic_data_capture.memory_infobooleanEnables memory warning capture. Defaults to true.
sdk_config.automatic_data_capture.power_save_mode_infobooleanEnables power save mode capture. Defaults to true.
sdk_config.automatic_data_capture.network_connectivity_infobooleanEnables network connectivity capture. Defaults to true.
sdk_config.automatic_data_capture.anr_infobooleanEnables ANR capture. Defaults to true.
sdk_config.tapsobject
sdk_config.taps.capture_coordinatesbooleanSet to false to disable capturing tap coordinates. Defaults to true.
sdk_config.view_configobject
sdk_config.view_config.enable_automatic_activity_capturebooleanEnables capturing activity lifecycle changes in breadcrumbs. Defaults to true.
sdk_config.webviewobject
sdk_config.webview.capture_query_paramsbooleanSet to false to disable capturing of web view query parameters. Defaults to true. If webview:enable is set to false, this setting has no effect since all capture of web view information is disabled.
sdk_config.webview.enablebooleanSet to false to disable capturing of web views. Defaults to true.
sdk_config.crash_handlerobject
sdk_config.crash_handler.enabledbooleanSet to false to prevent the SDK from connecting to the uncaught exception handler. Defaults to true.
sdk_config.composeobject
sdk_config.compose.capture_compose_onclickbooleanEnables capture of Jetpack Compose click events. Defaults to false.
sdk_config.capture_fcm_pii_databooleanEnables PII data within FCM capture. Defaults to false.
sdk_config.networkingobject
sdk_config.networking.default_capture_limitintegerDefault capture limit for specified domains. Defaults to 1000.
sdk_config.networking.domainsarray<object>List of domain names and their respective limits.
sdk_config.networking.capture_request_content_lengthbooleanDisable capture of network length which can interfere with certain streaming network requests. Defaults to true.
sdk_config.networking.disabled_url_patternsarray<string>Specify one or more regular expressions to exclude network request with URLs matching one of the regular expressions from being captured.
sdk_config.networking.enable_native_monitoringbooleanEnable capture of network requests made using the native Java network API. Defaults to true.
sdk_config.networking.enable_network_span_forwardingbooleanEnables network span forwarding. Defaults to false.
sdk_config.capture_public_keystringDeclares the key that should be used to capture network request bodies, if any.
sdk_config.sensitive_keys_denylistarray<string>List of sensitive keys whose values should be redacted on capture.
sdk_config.anrobject
sdk_config.anr.capture_unity_threadbooleanEnables Unity ANR capture. Defaults to false.
sdk_config.appobject
sdk_config.app.report_disk_usagebooleanThe SDK collects the disk usage for the app. You can disable this if your app has a large number of local files to prevent excessive resource usage, especially on lower-end devices. Defaults to true.
sdk_config.background_activityobject
sdk_config.background_activity.capture_enabledbooleanEnables background activity capture. Defaults to false.
sdk_config.base_urlsobject
sdk_config.base_urls.configstringBase config URL for the SDK.
sdk_config.base_urls.dataintegerBase data URL for the SDK.
sdk_config.sessionobject
sdk_config.session.componentsarray<string>Allowlist of session components that should be included in the session payload. The presence of this property denotes that the gating feature is enabled.
sdk_config.session.send_full_forarray<string>List of events allowed to send a full session payload if the gating feature is enabled.
sdk_config.sig_handler_detectionbooleanEnables 3rd party signal handler detection. Defaults to true.
sdk_config.app_exit_infoobject
sdk_config.app_exit_info.app_exit_info_traces_limitbooleanDefines the max size of bytes to allow capturing AppExitInfo NDK/ANR traces.
sdk_config.app_exit_info.aei_enabledbooleanEnables Application Exit Info capture. Defaults to true.
sdk_config.app_frameworkstringProject's app framework, one of react_native, unity, flutter or native.
unityobject
unity.symbols_archive_namestringCustom file name for unity symbols

What we found in this schema

Specification sections for the keywords in this schema

Keyword Document Section
$idJSON Schema Core, draft 2020-12§8.2.1 — The "$id" Keyword
$schemaJSON Schema Core, draft 2020-12§8.1.1 — "$schema"
descriptionJSON Schema Validation, draft 2020-12§9.1 — "title" and "description"
itemsJSON Schema Core, draft 2020-12§10.3.1.2 — "items"
maxLengthJSON Schema Validation, draft 2020-12§6.3.1 — "maxLength"
minItemsJSON Schema Validation, draft 2020-12§6.4.2 — "minItems"
minLengthJSON Schema Validation, draft 2020-12§6.3.2 — "minLength"
minPropertiesJSON Schema Validation, draft 2020-12§6.5.2 — "minProperties"
propertiesJSON Schema Core, draft 2020-12§10.3.2.1 — "properties"
typeJSON Schema Validation, draft 2020-12§6.1.1 — "type"
uniqueItemsJSON Schema Validation, draft 2020-12§6.4.3 — "uniqueItems"

Documents

Attribution

This schema comes from SchemaStore, distributed under the Apache License 2.0. Copyright 2015–present Mads Kristensen and contributors. View the original file. The field table and audit on this page are generated by JSONTools.tools; the schema itself is unmodified.

← All schemas