fix: send guid with linux crashes (#24881)
This commit is contained in:
parent
433956ce4f
commit
481b19bee6
4 changed files with 74 additions and 2 deletions
|
@ -19,6 +19,7 @@ bool IsCrashReporterEnabled();
|
|||
|
||||
#if defined(OS_LINUX)
|
||||
const std::map<std::string, std::string>& GetGlobalCrashKeys();
|
||||
std::string GetClientId();
|
||||
#endif
|
||||
|
||||
// JS bindings API; exposed publicly because it's also called from node_main.cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue