Skip to content

Commit 250b0f9

Browse files
Update src/modules/APM.ts
Co-authored-by: Ahmed Mahmoud <[email protected]>
1 parent 91fd7ef commit 250b0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/APM.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export const endFlow = (name: string) => {
109109
* @param [value] - The value of the attribute. It cannot be an empty string. Use null to remove the attribute.
110110
*/
111111

112-
export const setFlowAttribute = (name: string, key: string, value?: string) => {
112+
export const setFlowAttribute = (name: string, key: string, value?: string | null) => {
113113
NativeAPM.setFlowAttribute(name, key, value);
114114
};
115115

0 commit comments

Comments
 (0)