//
//  BSGTelemetry.h
//  Bugsnag
//
//  Created by Nick Dowell on 05/07/2022.
//  Copyright © 2022 Bugsnag Inc. All rights reserved.
//

#import <Bugsnag/BugsnagConfiguration.h>

NS_ASSUME_NONNULL_BEGIN

NSDictionary *_Nullable BSGTelemetryCreateUsage(BugsnagConfiguration *configuration);

NS_ASSUME_NONNULL_END
