Skip to content

Commit 7e9d3a5

Browse files
committed
Remove "DRAFT" notice from 0.18 blog post
1 parent f3edd2c commit 7e9d3a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/blog/the-perfect-bug-report.elm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ badHistory =
5454

5555
intro = """
5656
57-
<span style="color: red;">DRAFT - NOT FOR SHARING!</span>
58-
5957
**Reproducing bugs is awful.** You get an issue like “Problem with Sidebar” that vaguely describes some odd behavior. Now you must *somehow* reproduce it exactly. Was it the specific timing of events? Was it bad data from the server? Was it specific to a certain user? Was it a recently updated dependency? As you slog through all these possibilities, the most annoying thing is that the person who opened the bug report already had all this information! **In an ideal world, you could just replay their exact session.**
6058
6159
**Elm 0.18 lets you do exactly that!** In debug mode, Elm lets you import and export the exact sequence of events from a program. You get all the information necessary to reproduce the session exactly, from mouse clicks to HTTP requests. [**Try it yourself!**][demo] Or see it in this silent video:

0 commit comments

Comments
 (0)