From 3404d93af8aafc769868f86f018e49590db2bb65 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:10:35 +0000 Subject: [PATCH 1/2] docs: explain first seen and last seen on the problem view --- product/problems.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/product/problems.mdx b/product/problems.mdx index 37c2c03..403cba2 100644 --- a/product/problems.mdx +++ b/product/problems.mdx @@ -15,6 +15,7 @@ Every problem opens with a plain-language **title and description** that Interfe - **The evidence behind it.** Every [piece of evidence](/concepts#evidence) that rolled up into this problem, linked so you can drill into specific occurrences. - **Who it affected.** How many users hit it and how often, and the [users](https://interfere.com/~/*/users) themselves, so you can gauge impact instead of guessing. +- **First seen and last seen.** *First seen* is when Interfere recorded the earliest piece of evidence for this problem, so you can tell whether it just appeared or has been running for a while. *Last seen* is when the most recent occurrence came in, so you can tell whether it's still happening or has gone quiet. Together they bound the window the problem has been active. When a resolved problem returns as a [regression](/concepts#regression), *last seen* advances to the new occurrence while *first seen* stays put. ## The timeline From a2dc9c5c11e0d9e7d0ea93488356a2dd25c25350 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:11:18 +0000 Subject: [PATCH 2/2] docs: tighten first seen and last seen wording --- product/problems.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/problems.mdx b/product/problems.mdx index 403cba2..2c38545 100644 --- a/product/problems.mdx +++ b/product/problems.mdx @@ -15,7 +15,7 @@ Every problem opens with a plain-language **title and description** that Interfe - **The evidence behind it.** Every [piece of evidence](/concepts#evidence) that rolled up into this problem, linked so you can drill into specific occurrences. - **Who it affected.** How many users hit it and how often, and the [users](https://interfere.com/~/*/users) themselves, so you can gauge impact instead of guessing. -- **First seen and last seen.** *First seen* is when Interfere recorded the earliest piece of evidence for this problem, so you can tell whether it just appeared or has been running for a while. *Last seen* is when the most recent occurrence came in, so you can tell whether it's still happening or has gone quiet. Together they bound the window the problem has been active. When a resolved problem returns as a [regression](/concepts#regression), *last seen* advances to the new occurrence while *first seen* stays put. +- **First seen and last seen.** *First seen* is when Interfere recorded the earliest piece of evidence for this problem. It tells you whether the problem just appeared or has been running for a while. *Last seen* is the most recent occurrence, so you can tell whether it's still happening or has gone quiet. Together they bound the window the problem has been active. When a resolved problem returns as a [regression](/concepts#regression), *last seen* advances to the new occurrence and *first seen* stays put. ## The timeline