Skip to content

Commit

Permalink
feat: add raw dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ESCRI11 committed Oct 16, 2024
1 parent 8e6ed00 commit d93a542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/app/R/utils/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ sever_disconnected <- function() {
sever_crash(error = NULL)
}

sendErrorLogToCustomerSuport <- function(user_email, pgx_name, error, path_to_creds = "hubspot_creds") {
sendErrorLogToCustomerSuport <- function(user_email, pgx_name, raw_dir, error, path_to_creds = "hubspot_creds") {
if (!file.exists(path_to_creds)) {
message("[sendErrorMessageToCustomerSuport] WARNING : ticket not opened. cannot get credential =", path_to_creds)
return(NULL)
Expand All @@ -183,6 +183,8 @@ sendErrorLogToCustomerSuport <- function(user_email, pgx_name, error, path_to_cr
The ds name is: {pgx_name}
Upload folder is: {raw_dir}
The error is:
{error}"
Expand Down

0 comments on commit d93a542

Please sign in to comment.