You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I made two test feedback events, and the first one came up with the wrong time. (on the wiredash console) I made them within a minute of each other (max) but the first one was reported as 42 minutes ago. I then exported the CSV and this is what it shows:
id,createdAt,buildCommit,buildNumber,buildVersion,isClosed,deviceId,labels,appLocale,platformLocale,message,metadata,platformOS,browser,userEmail,userId,url 6408bb3f5eb20c459b665087,2023-03-08T16:43:43.722Z,,1,1.0.0,false,7CDBD25B-9915-4B0E-A697-0B096A9FB602,,en,en-GB,"Mike's logged in this time, test wiredash feedback",,Windows,Chrome,[email protected],a25f29d1-1dcc-4426-8117-099f42aeb9a0,https://console.wiredash.io/project/minerva-gkqku0b/feedback/6408bb3f5eb20c459b665087 6408baf05eb20c459b664f3c,2023-03-08T16:42:24.660Z,,1,1.0.0,false,7CDBD25B-9915-4B0E-A697-0B096A9FB602,,en,en-GB,Mike's test feedback via wiredash,,Windows,Chrome,[email protected],,https://console.wiredash.io/project/minerva-gkqku0b/feedback/6408baf05eb20c459b664f3c
I couldn't say why, but the first entry doesn't have double quotes for the text.
Oh now suddenly instead of being about ten minutes ago, they are both 42 / 43 minutes ago...
Stacktrace
see above. It's your console doing it, so I don't have the stack trace.
Wiredash SDK Info
This is the project ID: minerva-gkqku0b
The text was updated successfully, but these errors were encountered:
Hey @reducedcarpet, thanks for sending us your feedback!
Currently we only calculate the 'wording' of the timestamp on page-load, if you refresh the page or browse to different sub-pages, the timestamp should be correctly updated.
However, I agree that his might look a little bit confusing if you're actively waiting for some feedback to come in. I've noted it down and added it to our backlog, let me know if you have any other questions 😃
Yes the wording is incorrect, or was at least. Instead of like 43 seconds
ago, it said 43 minutes ago. The two timestamps are correct however. But
the CSV output is still messed up. One of the test messages has " around it
and it has destroyed the formatting of the CSV entry. It needs to have been
escaped or dealt with somehow.
Thanks thou!
I am in Scotland! Just so you know, not England!
On Wed, 8 Mar 2023 at 17:16, Frederik Schweiger ***@***.***> wrote:
Hey @reducedcarpet <https://github.com/reducedcarpet>, thanks for sending
us your feedback!
Currently we only calculate the 'wording' of the timestamp on page-load,
if you refresh the page or browse to different sub-pages, the timestamp
should be correctly updated.
However, I agree that his might look a little bit confusing if you're
actively waiting for some feedback to come in. I've noted it down and added
it to our backlog, let me know if you have any other questions 😃
Warm greetings from Germany 👋
—
Reply to this email directly, view it on GitHub
<#265 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGEZ36NUAZR3P66C4N6LSXLW3C5HHANCNFSM6AAAAAAVUASQ74>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
Describe the bug
I made two test feedback events, and the first one came up with the wrong time. (on the wiredash console) I made them within a minute of each other (max) but the first one was reported as 42 minutes ago. I then exported the CSV and this is what it shows:
id,createdAt,buildCommit,buildNumber,buildVersion,isClosed,deviceId,labels,appLocale,platformLocale,message,metadata,platformOS,browser,userEmail,userId,url 6408bb3f5eb20c459b665087,2023-03-08T16:43:43.722Z,,1,1.0.0,false,7CDBD25B-9915-4B0E-A697-0B096A9FB602,,en,en-GB,"Mike's logged in this time, test wiredash feedback",,Windows,Chrome,[email protected],a25f29d1-1dcc-4426-8117-099f42aeb9a0,https://console.wiredash.io/project/minerva-gkqku0b/feedback/6408bb3f5eb20c459b665087 6408baf05eb20c459b664f3c,2023-03-08T16:42:24.660Z,,1,1.0.0,false,7CDBD25B-9915-4B0E-A697-0B096A9FB602,,en,en-GB,Mike's test feedback via wiredash,,Windows,Chrome,[email protected],,https://console.wiredash.io/project/minerva-gkqku0b/feedback/6408baf05eb20c459b664f3c
I couldn't say why, but the first entry doesn't have double quotes for the text.
Oh now suddenly instead of being about ten minutes ago, they are both 42 / 43 minutes ago...
Stacktrace
see above. It's your console doing it, so I don't have the stack trace.
Wiredash SDK Info
This is the project ID: minerva-gkqku0b
The text was updated successfully, but these errors were encountered: