From
Written by
Updated at May 28, 2026
public struct From
ID of an application utilizing the SDK.
Contents
Discussion
Provided when Configuration is created and used in telemetry to identify the service.
Properties
| Name | Type | Description |
|---|---|---|
raw |
String |
App's string ID. |
Initializers
public init(raw: String)
Creates the app ID.
Parameters:
raw: String ID. We recommend using
a unique service name, e.g.,"weather-app".
Examples
let from = From(raw: "my-ios-app")
let config = Configuration(from: from)